#CEFFAC

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

Shades of Tea Green #CEFFAC

Tints of Tea Green #CEFFAC

Color information

#CEFFAC (or 0xCEFFAC) is unknown color: approx Tea Green. HEX triplet: CE, FF and AC. RGB value is (206,255,172). Sum of RGB (Red+Green+Blue) = 206+255+172=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFAC is #310053. Grayscale: #E7E7E7. Windows color (decimal): -3211348 or 11337678. OLE color: 11337678.

HSL color Cylindrical-coordinate representation of color #CEFFAC: hue angle of 95.42º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFFAC is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB206255172-
CMYK0.1900.330
HSL95.42º100%83.73%-
HSV(B)95.42º32.55%100%-
XYZ68.6687.6252.32-
YUV230.8994.77110.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=32.54%
G=40.28%
B=27.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551720.1900.33095.4210083.73
HexCEFFAC1302105f6454
Octal316377254230410137144124
Binary1100111011111111101011001001101000010101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFAC; }

 p { color: rgb(206,255,172); }

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

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

 a { background-color: rgb(206,255,172); }

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

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

 span { border-color: rgb(206,255,172); }

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