#CEEEBA

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

Shades of Tea Green #CEEEBA

Tints of Tea Green #CEEEBA

Color information

#CEEEBA (or 0xCEEEBA) is unknown color: approx Tea Green. HEX triplet: CE, EE and BA. RGB value is (206,238,186). Sum of RGB (Red+Green+Blue) = 206+238+186=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBA is #311145. Grayscale: #DEDEDE. Windows color (decimal): -3215686 or 12250830. OLE color: 12250830.

HSL color Cylindrical-coordinate representation of color #CEEEBA: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEEEBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB206238186-
CMYK0.1300.220.07
HSL96.92º60.47%83.14%-
HSV(B)96.92º21.85%93.33%-
XYZ64.8977.8258.05-
YUV222.5107.4116.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=32.70%
G=37.78%
B=29.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381860.1300.220.0796.9260.4783.14
HexCEEEBAD0167613c53
Octal31635627215026714174123
Binary110011101110111010111010110101011011111000011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEBA; }

 p { color: rgb(206,238,186); }

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

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

 a { background-color: rgb(206,238,186); }

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

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

 span { border-color: rgb(206,238,186); }

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