#CBF2AF

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

Shades of Tea Green #CBF2AF

Tints of Tea Green #CBF2AF

Color information

#CBF2AF (or 0xCBF2AF) is unknown color: approx Tea Green. HEX triplet: CB, F2 and AF. RGB value is (203,242,175). Sum of RGB (Red+Green+Blue) = 203+242+175=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF2AF is #340D50. Grayscale: #DEDEDE. Windows color (decimal): -3411281 or 11530955. OLE color: 11530955.

HSL color Cylindrical-coordinate representation of color #CBF2AF: hue angle of 94.93º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF2AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB203242175-
CMYK0.1600.280.05
HSL94.93º72.04%81.76%-
HSV(B)94.93º27.69%94.9%-
XYZ64.1279.352.48-
YUV222.7101.08113.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=32.74%
G=39.03%
B=28.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421750.1600.280.0594.9372.0481.76
HexCBF2AF1001C55f4852
Octal313362257200345137110122
Binary11001011111100101010111110000011100101101111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2AF; }

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

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

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

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

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

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

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

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