#CFEBB8

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

Shades of Tea Green #CFEBB8

Tints of Tea Green #CFEBB8

Color information

#CFEBB8 (or 0xCFEBB8) is unknown color: approx Tea Green. HEX triplet: CF, EB and B8. RGB value is (207,235,184). Sum of RGB (Red+Green+Blue) = 207+235+184=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB8 is #301447. Grayscale: #DCDCDC. Windows color (decimal): -3150920 or 12118991. OLE color: 12118991.

HSL color Cylindrical-coordinate representation of color #CFEBB8: hue angle of 92.94º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFEBB8 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB207235184-
CMYK0.1200.220.08
HSL92.94º56.04%82.16%-
HSV(B)92.94º21.7%92.16%-
XYZ64.0976.1456.67-
YUV220.81107.22118.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=33.07%
G=37.54%
B=29.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351840.1200.220.0892.9456.0482.16
HexCFEBB8C01685d3852
Octal317353270140261013570122
Binary1100111111101011101110001100010110100010111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBB8; }

 p { color: rgb(207,235,184); }

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

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

 a { background-color: rgb(207,235,184); }

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

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

 span { border-color: rgb(207,235,184); }

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