Html Css Color HEX #CFE5BA Tea Green

📋 copy color: '#CFE5BA'

red 207 ◦ green 229 ◦ blue 186

#CFE5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CFE5BA

Tints of Tea Green #CFE5BA

RGB

 RED value IS 207 (81.25% from 255) = 33.28%

 GREEN value IS 229 (89.84% from 255) = 36.82%

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 33.28%
G = 36.82%
B = 29.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE5BA (or 0xCFE5BA) is known color: Tea Green. HEX triplet: CF, E5 and BA. RGB value is (207,229,186). Sum of RGB (Red+Green+Blue) = 207+229+186=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5BA is #301A45. Grayscale: #D9D9D9. Windows color (decimal): -3152454 or 12248527. OLE color: 12248527.

HSL color Cylindrical-coordinate representation of color #CFE5BA: hue angle of 90.7º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE5BA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 186 -
CMYK 0.10 0 0.19 0.10
HSL 90.7º 0.45% 0.81% -
HSV(B) 90.7º 0.19% 0.9% -
XYZ 62.61 72.85 57.22 -
YUV 217.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 207 229 186 0.10 0 0.19 0.10 90.7 0.45 0.81
Hex CF E5 BA A 0 13 A 5B 2D 51
Octal 317 345 272 12 0 23 12 133 55 121
Binary 11001111 11100101 10111010 1010 0 10011 1010 1011011 101101 1010001

Color Harmonies of #CFE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5BA

Black with #CFE5BA

Text Example


Text Example

White with #CFE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5BA; }

 p { color: rgb(207,229,186); }

 H1.HeaderClassName
 {
   color: #CFE5BA;
 }
 .AnyTagClassName
 {
   color: #CFE5BA;
 }
</style>

background-color css

<style>
 a { background-color: #CFE5BA; }

 a { background-color: rgb(207,229,186); }

 div.DivClassName
 {
   background-color: #CFE5BA;
 }
 .BgClassName
 {
   background-color: #CFE5BA;
 }
</style>

border-color css

<style>
 span { border-color: #CFE5BA; }

 span { border-color: rgb(207,229,186); }

 td.TdClassName
 {
   border-color: #CFE5BA;
 }
 .TagClassName
 {
   border-color: #CFE5BA;
 }
</style>