#CBF3B5

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

Shades of Tea Green #CBF3B5

Tints of Tea Green #CBF3B5

Color information

#CBF3B5 (or 0xCBF3B5) is unknown color: approx Tea Green. HEX triplet: CB, F3 and B5. RGB value is (203,243,181). Sum of RGB (Red+Green+Blue) = 203+243+181=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3B5 is #340C4A. Grayscale: #E0E0E0. Windows color (decimal): -3411019 or 11924427. OLE color: 11924427.

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

Color convert

RGB203243181-
CMYK0.1600.260.05
HSL98.71º72.09%83.14%-
HSV(B)98.71º25.51%95.29%-
XYZ65.0280.1355.76-
YUV223.97103.75113.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 181 (71.09% from 255) = 28.87%
R=32.38%
G=38.76%
B=28.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431810.1600.260.0598.7172.0983.14
HexCBF3B51001A5634853
Octal313363265200325143110123
Binary11001011111100111011010110000011010101110001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3B5; }

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

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

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

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

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

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

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

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