#CEFFB1

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

Shades of Tea Green #CEFFB1

Tints of Tea Green #CEFFB1

Color information

#CEFFB1 (or 0xCEFFB1) is unknown color: approx Tea Green. HEX triplet: CE, FF and B1. RGB value is (206,255,177). Sum of RGB (Red+Green+Blue) = 206+255+177=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFB1 is #31004E. Grayscale: #E7E7E7. Windows color (decimal): -3211343 or 11665358. OLE color: 11665358.

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

Color convert

RGB206255177-
CMYK0.1900.310
HSL97.69º100%84.71%-
HSV(B)97.69º30.59%100%-
XYZ69.1587.8254.9-
YUV231.4697.27109.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=32.29%
G=39.97%
B=27.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551770.1900.31097.6910084.71
HexCEFFB11301F0626455
Octal316377261230370142144125
Binary110011101111111110110001100110111110110001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFB1; }

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

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

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

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

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

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

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

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