#CDFCC1

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

Shades of Tea Green #CDFCC1

Tints of Tea Green #CDFCC1

Color information

#CDFCC1 (or 0xCDFCC1) is unknown color: approx Tea Green. HEX triplet: CD, FC and C1. RGB value is (205,252,193). Sum of RGB (Red+Green+Blue) = 205+252+193=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCC1 is #32033E. Grayscale: #E7E7E7. Windows color (decimal): -3277631 or 12713165. OLE color: 12713165.

HSL color Cylindrical-coordinate representation of color #CDFCC1: hue angle of 107.8º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDFCC1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB205252193-
CMYK0.1900.230.01
HSL107.8º90.77%87.25%-
HSV(B)107.8º23.41%98.82%-
XYZ69.6186.4563.47-
YUV231.22106.43109.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 193 (75.78% from 255) = 29.69%
R=31.54%
G=38.77%
B=29.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521930.1900.230.01107.890.7787.25
HexCDFCC11301716c5b57
Octal315374301230271154133127
Binary110011011111110011000001100110101111110110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCC1; }

 p { color: rgb(205,252,193); }

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

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

 a { background-color: rgb(205,252,193); }

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

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

 span { border-color: rgb(205,252,193); }

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