#CFFAC1

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

Shades of Tea Green #CFFAC1

Tints of Tea Green #CFFAC1

Color information

#CFFAC1 (or 0xCFFAC1) is unknown color: approx Tea Green. HEX triplet: CF, FA and C1. RGB value is (207,250,193). Sum of RGB (Red+Green+Blue) = 207+250+193=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC1 is #30053E. Grayscale: #E6E6E6. Windows color (decimal): -3147071 or 12712655. OLE color: 12712655.

HSL color Cylindrical-coordinate representation of color #CFFAC1: hue angle of 105.26º 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 #CFFAC1 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB207250193-
CMYK0.1700.230.02
HSL105.26º85.07%86.86%-
HSV(B)105.26º22.8%98.04%-
XYZ69.5485.4963.29-
YUV230.64106.75111.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 193 (75.78% from 255) = 29.69%
R=31.85%
G=38.46%
B=29.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501930.1700.230.02105.2685.0786.86
HexCFFAC1110172695557
Octal317372301210272151125127
Binary1100111111111010110000011000101011110110100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAC1; }

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

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

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

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

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

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

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

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