#CDFDC1

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

Shades of Tea Green #CDFDC1

Tints of Tea Green #CDFDC1

Color information

#CDFDC1 (or 0xCDFDC1) is unknown color: approx Tea Green. HEX triplet: CD, FD and C1. RGB value is (205,253,193). Sum of RGB (Red+Green+Blue) = 205+253+193=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDC1 is #32023E. Grayscale: #E7E7E7. Windows color (decimal): -3277375 or 12713421. OLE color: 12713421.

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

Color convert

RGB205253193-
CMYK0.1900.240.01
HSL108º93.75%87.45%-
HSV(B)108º23.72%99.22%-
XYZ69.9387.0863.57-
YUV231.81106.1108.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 193 (75.78% from 255) = 29.65%
R=31.49%
G=38.86%
B=29.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531930.1900.240.0110893.7587.45
HexCDFDC11301816c5e57
Octal315375301230301154136127
Binary110011011111110111000001100110110001110110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDC1; }

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

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

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

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

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

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

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

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