#CEFFC1

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

Shades of Tea Green #CEFFC1

Tints of Tea Green #CEFFC1

Color information

#CEFFC1 (or 0xCEFFC1) is unknown color: approx Tea Green. HEX triplet: CE, FF and C1. RGB value is (206,255,193). Sum of RGB (Red+Green+Blue) = 206+255+193=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC1 is #31003E. Grayscale: #E9E9E9. Windows color (decimal): -3211327 or 12713934. OLE color: 12713934.

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

Color convert

RGB206255193-
CMYK0.1900.240
HSL107.42º100%87.84%-
HSV(B)107.42º24.31%100%-
XYZ70.8488.4963.8-
YUV233.28105.27108.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=31.50%
G=38.99%
B=29.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551930.1900.240107.4210087.84
HexCEFFC11301806b6458
Octal316377301230300153144130
Binary110011101111111111000001100110110000110101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFC1; }

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

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

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

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

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

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

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

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