#CBFDB4

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

Shades of Tea Green #CBFDB4

Tints of Tea Green #CBFDB4

Color information

#CBFDB4 (or 0xCBFDB4) is unknown color: approx Tea Green. HEX triplet: CB, FD and B4. RGB value is (203,253,180). Sum of RGB (Red+Green+Blue) = 203+253+180=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB4 is #34024B. Grayscale: #E5E5E5. Windows color (decimal): -3408460 or 11861451. OLE color: 11861451.

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

Color convert

RGB203253180-
CMYK0.2000.290.01
HSL101.1º94.81%84.9%-
HSV(B)101.1º28.85%99.22%-
XYZ67.9986.2456.24-
YUV229.7399.94108.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 180 (70.70% from 255) = 28.30%
R=31.92%
G=39.78%
B=28.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531800.2000.290.01101.194.8184.9
HexCBFDB41401D1655f55
Octal313375264240351145137125
Binary110010111111110110110100101000111011110010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDB4; }

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

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

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

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

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

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

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

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