#CBEFAF

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

Shades of Tea Green #CBEFAF

Tints of Tea Green #CBEFAF

Color information

#CBEFAF (or 0xCBEFAF) is unknown color: approx Tea Green. HEX triplet: CB, EF and AF. RGB value is (203,239,175). Sum of RGB (Red+Green+Blue) = 203+239+175=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFAF is #341050. Grayscale: #DDDDDD. Windows color (decimal): -3412049 or 11530187. OLE color: 11530187.

HSL color Cylindrical-coordinate representation of color #CBEFAF: hue angle of 93.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBEFAF is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB203239175-
CMYK0.1500.270.06
HSL93.75º66.67%81.18%-
HSV(B)93.75º26.78%93.73%-
XYZ63.2377.5252.19-
YUV220.94102.07115.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=32.90%
G=38.74%
B=28.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391750.1500.270.0693.7566.6781.18
HexCBEFAFF01B65e4351
Octal313357257170336136103121
Binary1100101111101111101011111111011011110101111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFAF; }

 p { color: rgb(203,239,175); }

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

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

 a { background-color: rgb(203,239,175); }

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

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

 span { border-color: rgb(203,239,175); }

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