#CEEFC5

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

Shades of Tea Green #CEEFC5

Tints of Tea Green #CEEFC5

Color information

#CEEFC5 (or 0xCEEFC5) is unknown color: approx Tea Green. HEX triplet: CE, EF and C5. RGB value is (206,239,197). Sum of RGB (Red+Green+Blue) = 206+239+197=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC5 is #31103A. Grayscale: #E0E0E0. Windows color (decimal): -3215419 or 12971982. OLE color: 12971982.

HSL color Cylindrical-coordinate representation of color #CEEFC5: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB206239197-
CMYK0.1400.180.06
HSL107.14º56.76%85.49%-
HSV(B)107.14º17.57%93.73%-
XYZ66.478.8964.55-
YUV224.34112.57114.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=32.09%
G=37.23%
B=30.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391970.1400.180.06107.1456.7685.49
HexCEEFC5E01266b3955
Octal31635730516022615371125
Binary110011101110111111000101111001001011011010111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFC5; }

 p { color: rgb(206,239,197); }

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

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

 a { background-color: rgb(206,239,197); }

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

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

 span { border-color: rgb(206,239,197); }

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