#CCEFBA

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

Shades of Tea Green #CCEFBA

Tints of Tea Green #CCEFBA

Color information

#CCEFBA (or 0xCCEFBA) is unknown color: approx Tea Green. HEX triplet: CC, EF and BA. RGB value is (204,239,186). Sum of RGB (Red+Green+Blue) = 204+239+186=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFBA is #331045. Grayscale: #DEDEDE. Windows color (decimal): -3346502 or 12251084. OLE color: 12251084.

HSL color Cylindrical-coordinate representation of color #CCEFBA: hue angle of 99.62º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCEFBA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB204239186-
CMYK0.1500.220.06
HSL99.62º62.35%83.33%-
HSV(B)99.62º22.18%93.73%-
XYZ64.6378.1258.13-
YUV222.49107.4114.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=32.43%
G=38.00%
B=29.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391860.1500.220.0699.6262.3583.33
HexCCEFBAF0166643e53
Octal31435727217026614476123
Binary110011001110111110111010111101011011011001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFBA; }

 p { color: rgb(204,239,186); }

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

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

 a { background-color: rgb(204,239,186); }

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

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

 span { border-color: rgb(204,239,186); }

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