#CFE8B9

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

Shades of Tea Green #CFE8B9

Tints of Tea Green #CFE8B9

Color information

#CFE8B9 (or 0xCFE8B9) is unknown color: approx Tea Green. HEX triplet: CF, E8 and B9. RGB value is (207,232,185). Sum of RGB (Red+Green+Blue) = 207+232+185=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B9 is #301746. Grayscale: #DBDBDB. Windows color (decimal): -3151687 or 12183759. OLE color: 12183759.

HSL color Cylindrical-coordinate representation of color #CFE8B9: hue angle of 91.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE8B9 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB207232185-
CMYK0.1100.200.09
HSL91.91º50.54%81.76%-
HSV(B)91.91º20.26%90.98%-
XYZ63.3574.4856.94-
YUV219.17108.72119.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=33.17%
G=37.18%
B=29.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321850.1100.200.0991.9150.5481.76
HexCFE8B9B01495c3352
Octal317350271130241113463122
Binary1100111111101000101110011011010100100110111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8B9; }

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

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

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

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

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

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

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

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