#CDFAC1

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

Shades of Tea Green #CDFAC1

Tints of Tea Green #CDFAC1

Color information

#CDFAC1 (or 0xCDFAC1) is unknown color: approx Tea Green. HEX triplet: CD, FA and C1. RGB value is (205,250,193). Sum of RGB (Red+Green+Blue) = 205+250+193=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC1 is #32053E. Grayscale: #E6E6E6. Windows color (decimal): -3278143 or 12712653. OLE color: 12712653.

HSL color Cylindrical-coordinate representation of color #CDFAC1: hue angle of 107.37º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDFAC1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB205250193-
CMYK0.1800.230.02
HSL107.37º85.07%86.86%-
HSV(B)107.37º22.8%98.04%-
XYZ68.9985.263.26-
YUV230.05107.09110.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=31.64%
G=38.58%
B=29.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501930.1800.230.02107.3785.0786.86
HexCDFAC11201726b5557
Octal315372301220272153125127
Binary1100110111111010110000011001001011110110101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAC1; }

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

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

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

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

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

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

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

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