#CFE8B5

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

Shades of Tea Green #CFE8B5

Tints of Tea Green #CFE8B5

Color information

#CFE8B5 (or 0xCFE8B5) is unknown color: approx Tea Green. HEX triplet: CF, E8 and B5. RGB value is (207,232,181). Sum of RGB (Red+Green+Blue) = 207+232+181=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B5 is #30174A. Grayscale: #DADADA. Windows color (decimal): -3151691 or 11921615. OLE color: 11921615.

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

Color convert

RGB207232181-
CMYK0.1100.220.09
HSL89.41º52.58%80.98%-
HSV(B)89.41º21.98%90.98%-
XYZ62.9374.3154.74-
YUV218.71106.72119.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=33.39%
G=37.42%
B=29.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321810.1100.220.0989.4152.5880.98
HexCFE8B5B0169593551
Octal317350265130261113165121
Binary1100111111101000101101011011010110100110110011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8B5; }

 p { color: rgb(207,232,181); }

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

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

 a { background-color: rgb(207,232,181); }

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

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

 span { border-color: rgb(207,232,181); }

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