#cbf4b5

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

Shades of Tea Green #CBF4B5

Tints of Tea Green #CBF4B5

Color information

#CBF4B5 (or 0xCBF4B5) is unknown color: approx Tea Green. HEX triplet: CB, F4 and B5. RGB value is (203,244,181). Sum of RGB (Red+Green+Blue) = 203+244+181=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4B5 is #340B4A. Grayscale: #E0E0E0. Windows color (decimal): -3410763 or 11924683. OLE color: 11924683.

HSL color Cylindrical-coordinate representation of color #CBF4B5: hue angle of 99.05º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBF4B5 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB203244181-
CMYK0.1700.260.04
HSL99.05º74.12%83.33%-
HSV(B)99.05º25.82%95.69%-
XYZ65.3280.7355.86-
YUV224.56103.42112.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=32.32%
G=38.85%
B=28.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441810.1700.260.0499.0574.1283.33
HexCBF4B51101A4634a53
Octal313364265210324143112123
Binary11001011111101001011010110001011010100110001110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf4b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf4b5; }

 p { color: rgb(203,244,181); }

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

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

 a { background-color: rgb(203,244,181); }

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

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

 span { border-color: rgb(203,244,181); }

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