#CFE8BB

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

Shades of Tea Green #CFE8BB

Tints of Tea Green #CFE8BB

Color information

#CFE8BB (or 0xCFE8BB) is unknown color: approx Tea Green. HEX triplet: CF, E8 and BB. RGB value is (207,232,187). Sum of RGB (Red+Green+Blue) = 207+232+187=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BB is #301744. Grayscale: #DBDBDB. Windows color (decimal): -3151685 or 12314831. OLE color: 12314831.

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

Color convert

RGB207232187-
CMYK0.1100.190.09
HSL93.33º49.45%82.16%-
HSV(B)93.33º19.4%90.98%-
XYZ63.5674.5758.06-
YUV219.4109.72119.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=33.07%
G=37.06%
B=29.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321870.1100.190.0993.3349.4582.16
HexCFE8BBB01395d3152
Octal317350273130231113561122
Binary1100111111101000101110111011010011100110111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8BB; }

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

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

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

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

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

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

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

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