Html Css Color HEX #CFE4BB Tea Green

📋 copy color: '#CFE4BB'

red 207 ◦ green 228 ◦ blue 187

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

Shades of Tea Green #CFE4BB

Tints of Tea Green #CFE4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.06%

R = 33.28%
G = 36.66%
B = 30.06%

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

#CFE4BB (or 0xCFE4BB) is known color: Tea Green. HEX triplet: CF, E4 and BB. RGB value is (207,228,187). Sum of RGB (Red+Green+Blue) = 207+228+187=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BB is #301B44. Grayscale: #D9D9D9. Windows color (decimal): -3152709 or 12313807. OLE color: 12313807.

HSL color Cylindrical-coordinate representation of color #CFE4BB: hue angle of 90.73º degrees, saturation: 0.43, 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 #CFE4BB is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 187 -
CMYK 0.09 0 0.18 0.11
HSL 90.73º 0.43% 0.81% -
HSV(B) 90.73º 0.18% 0.89% -
XYZ 62.45 72.34 57.69 -
YUV 217.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 207 228 187 0.09 0 0.18 0.11 90.73 0.43 0.81
Hex CF E4 BB 9 0 12 B 5B 2B 51
Octal 317 344 273 11 0 22 13 133 53 121
Binary 11001111 11100100 10111011 1001 0 10010 1011 1011011 101011 1010001

Color Harmonies of #CFE4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4BB

Black with #CFE4BB

Text Example


Text Example

White with #CFE4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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