#CFEBB4

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

Shades of Tea Green #CFEBB4

Tints of Tea Green #CFEBB4

Color information

#CFEBB4 (or 0xCFEBB4) is unknown color: approx Tea Green. HEX triplet: CF, EB and B4. RGB value is (207,235,180). Sum of RGB (Red+Green+Blue) = 207+235+180=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB4 is #30144B. Grayscale: #DCDCDC. Windows color (decimal): -3150924 or 11856847. OLE color: 11856847.

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

Color convert

RGB207235180-
CMYK0.1200.230.08
HSL90.55º57.89%81.37%-
HSV(B)90.55º23.4%92.16%-
XYZ63.6875.9854.49-
YUV220.36105.22118.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=33.28%
G=37.78%
B=28.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351800.1200.230.0890.5557.8981.37
HexCFEBB4C01785b3a51
Octal317353264140271013372121
Binary1100111111101011101101001100010111100010110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBB4; }

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

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

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

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

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

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

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

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