#CEEBBF

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

Shades of Tea Green #CEEBBF

Tints of Tea Green #CEEBBF

Color information

#CEEBBF (or 0xCEEBBF) is unknown color: approx Tea Green. HEX triplet: CE, EB and BF. RGB value is (206,235,191). Sum of RGB (Red+Green+Blue) = 206+235+191=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBBF is #311440. Grayscale: #DDDDDD. Windows color (decimal): -3216449 or 12577742. OLE color: 12577742.

HSL color Cylindrical-coordinate representation of color #CEEBBF: hue angle of 99.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEBBF is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB206235191-
CMYK0.1200.190.08
HSL99.55º52.38%83.53%-
HSV(B)99.55º18.72%92.16%-
XYZ64.5776.360.61-
YUV221.31110.89117.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 191 (75% from 255) = 30.22%
R=32.59%
G=37.18%
B=30.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351910.1200.190.0899.5552.3883.53
HexCEEBBFC0138643454
Octal316353277140231014464124
Binary1100111011101011101111111100010011100011001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBBF; }

 p { color: rgb(206,235,191); }

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

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

 a { background-color: rgb(206,235,191); }

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

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

 span { border-color: rgb(206,235,191); }

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