#CBF0B5

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

Shades of Tea Green #CBF0B5

Tints of Tea Green #CBF0B5

Color information

#CBF0B5 (or 0xCBF0B5) is unknown color: approx Tea Green. HEX triplet: CB, F0 and B5. RGB value is (203,240,181). Sum of RGB (Red+Green+Blue) = 203+240+181=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0B5 is #340F4A. Grayscale: #DEDEDE. Windows color (decimal): -3411787 or 11923659. OLE color: 11923659.

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

Color convert

RGB203240181-
CMYK0.1500.250.06
HSL97.63º66.29%82.55%-
HSV(B)97.63º24.58%94.12%-
XYZ64.1378.3555.46-
YUV222.21104.74114.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=32.53%
G=38.46%
B=29.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401810.1500.250.0697.6366.2982.55
HexCBF0B5F0196624253
Octal313360265170316142102123
Binary1100101111110000101101011111011001110110001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0B5; }

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

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

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

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

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

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

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

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