#CAFDAC

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

Shades of Tea Green #CAFDAC

Tints of Tea Green #CAFDAC

Color information

#CAFDAC (or 0xCAFDAC) is unknown color: approx Tea Green. HEX triplet: CA, FD and AC. RGB value is (202,253,172). Sum of RGB (Red+Green+Blue) = 202+253+172=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDAC is #350253. Grayscale: #E4E4E4. Windows color (decimal): -3474004 or 11337162. OLE color: 11337162.

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

Color convert

RGB202253172-
CMYK0.2000.320.01
HSL97.78º95.29%83.33%-
HSV(B)97.78º32.02%99.22%-
XYZ66.9385.7952.06-
YUV228.5296.1109.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 172 (67.58% from 255) = 27.43%
R=32.22%
G=40.35%
B=27.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531720.2000.320.0197.7895.2983.33
HexCAFDAC140201625f53
Octal312375254240401142137123
Binary1100101011111101101011001010001000001110001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDAC; }

 p { color: rgb(202,253,172); }

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

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

 a { background-color: rgb(202,253,172); }

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

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

 span { border-color: rgb(202,253,172); }

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