Html Css Color HEX #CFE4BA Tea Green

📋 copy color: '#CFE4BA'

red 207 ◦ green 228 ◦ blue 186

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

Shades of Tea Green #CFE4BA

Tints of Tea Green #CFE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.71%

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

R = 33.33%
G = 36.71%
B = 29.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CFE4BA (or 0xCFE4BA) is known color: Tea Green. HEX triplet: CF, E4 and BA. RGB value is (207,228,186). Sum of RGB (Red+Green+Blue) = 207+228+186=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BA is #301B45. Grayscale: #D9D9D9. Windows color (decimal): -3152710 or 12248271. OLE color: 12248271.

HSL color Cylindrical-coordinate representation of color #CFE4BA: hue angle of 90º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE4BA is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 186 -
CMYK 0.09 0 0.18 0.11
HSL 90º 0.44% 0.81% -
HSV(B) 90º 0.18% 0.89% -
XYZ 62.34 72.3 57.12 -
YUV 216.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 207 228 186 0.09 0 0.18 0.11 90 0.44 0.81
Hex CF E4 BA 9 0 12 B 5A 2C 51
Octal 317 344 272 11 0 22 13 132 54 121
Binary 11001111 11100100 10111010 1001 0 10010 1011 1011010 101100 1010001

Color Harmonies of #CFE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4BA

Black with #CFE4BA

Text Example


Text Example

White with #CFE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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