#CFE4BD

Color #CFE4BD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CFE4BD

Tints of Tea Green #CFE4BD

Color information

#CFE4BD (or 0xCFE4BD) is unknown color: approx Tea Green. HEX triplet: CF, E4 and BD. RGB value is (207,228,189). Sum of RGB (Red+Green+Blue) = 207+228+189=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BD is #301B42. Grayscale: #D9D9D9. Windows color (decimal): -3152707 or 12444879. OLE color: 12444879.

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

Color convert

RGB207228189-
CMYK0.0900.170.11
HSL92.31º41.94%81.76%-
HSV(B)92.31º17.11%89.41%-
XYZ62.6672.4358.82-
YUV217.27112.04120.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=33.17%
G=36.54%
B=30.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281890.0900.170.1192.3141.9481.76
HexCFE4BD9011B5c2a52
Octal317344275110211313452122
Binary1100111111100100101111011001010001101110111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4BD; }

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

 H1.HeaderClassName
 {
   color: #CFE4BD;
 }
 .AnyTagClassName
 {
   color: #CFE4BD;
 }
</style>
background-color css

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

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

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

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

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

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