#CEFAC0

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

Shades of Tea Green #CEFAC0

Tints of Tea Green #CEFAC0

Color information

#CEFAC0 (or 0xCEFAC0) is unknown color: approx Tea Green. HEX triplet: CE, FA and C0. RGB value is (206,250,192). Sum of RGB (Red+Green+Blue) = 206+250+192=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC0 is #31053F. Grayscale: #E6E6E6. Windows color (decimal): -3212608 or 12647118. OLE color: 12647118.

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

Color convert

RGB206250192-
CMYK0.1800.230.02
HSL105.52º85.29%86.67%-
HSV(B)105.52º23.2%98.04%-
XYZ69.1585.362.69-
YUV230.23106.42110.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=31.79%
G=38.58%
B=29.63%

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
Decimal2062501920.1800.230.02105.5285.2986.67
HexCEFAC01201726a5557
Octal316372300220272152125127
Binary1100111011111010110000001001001011110110101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAC0; }

 p { color: rgb(206,250,192); }

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

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

 a { background-color: rgb(206,250,192); }

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

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

 span { border-color: rgb(206,250,192); }

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