#CCFDB4

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

Shades of Tea Green #CCFDB4

Tints of Tea Green #CCFDB4

Color information

#CCFDB4 (or 0xCCFDB4) is unknown color: approx Tea Green. HEX triplet: CC, FD and B4. RGB value is (204,253,180). Sum of RGB (Red+Green+Blue) = 204+253+180=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB4 is #33024B. Grayscale: #E6E6E6. Windows color (decimal): -3342924 or 11861452. OLE color: 11861452.

HSL color Cylindrical-coordinate representation of color #CCFDB4: hue angle of 100.27º 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 #CCFDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB204253180-
CMYK0.1900.290.01
HSL100.27º94.81%84.9%-
HSV(B)100.27º28.85%99.22%-
XYZ68.2786.3856.26-
YUV230.0399.77109.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=32.03%
G=39.72%
B=28.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531800.1900.290.01100.2794.8184.9
HexCCFDB41301D1645f55
Octal314375264230351144137125
Binary110011001111110110110100100110111011110010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDB4; }

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

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

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

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

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

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

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

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