#CCEFBE

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

Shades of Tea Green #CCEFBE

Tints of Tea Green #CCEFBE

Color information

#CCEFBE (or 0xCCEFBE) is unknown color: approx Tea Green. HEX triplet: CC, EF and BE. RGB value is (204,239,190). Sum of RGB (Red+Green+Blue) = 204+239+190=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFBE is #331041. Grayscale: #DFDFDF. Windows color (decimal): -3346498 or 12513228. OLE color: 12513228.

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

Color convert

RGB204239190-
CMYK0.1500.210.06
HSL102.86º60.49%84.12%-
HSV(B)102.86º20.5%93.73%-
XYZ65.0678.2960.4-
YUV222.95109.4114.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=32.23%
G=37.76%
B=30.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391900.1500.210.06102.8660.4984.12
HexCCEFBEF0156673c54
Octal31435727617025614774124
Binary110011001110111110111110111101010111011001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFBE; }

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

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

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

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

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

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

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

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