#CBFDB0

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

Shades of Tea Green #CBFDB0

Tints of Tea Green #CBFDB0

Color information

#CBFDB0 (or 0xCBFDB0) is unknown color: approx Tea Green. HEX triplet: CB, FD and B0. RGB value is (203,253,176). Sum of RGB (Red+Green+Blue) = 203+253+176=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDB0 is #34024F. Grayscale: #E5E5E5. Windows color (decimal): -3408464 or 11599307. OLE color: 11599307.

HSL color Cylindrical-coordinate representation of color #CBFDB0: hue angle of 98.96º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBFDB0 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB203253176-
CMYK0.2000.300.01
HSL98.96º95.06%84.12%-
HSV(B)98.96º30.43%99.22%-
XYZ67.5986.0854.13-
YUV229.2797.94109.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 176 (69.14% from 255) = 27.85%
R=32.12%
G=40.03%
B=27.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531760.2000.300.0198.9695.0684.12
HexCBFDB01401E1635f54
Octal313375260240361143137124
Binary110010111111110110110000101000111101110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDB0; }

 p { color: rgb(203,253,176); }

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

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

 a { background-color: rgb(203,253,176); }

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

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

 span { border-color: rgb(203,253,176); }

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