#C0EFBB

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

Shades of Tea Green #C0EFBB

Tints of Tea Green #C0EFBB

Color information

#C0EFBB (or 0xC0EFBB) is unknown color: approx Tea Green. HEX triplet: C0, EF and BB. RGB value is (192,239,187). Sum of RGB (Red+Green+Blue) = 192+239+187=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFBB is #3F1044. Grayscale: #DBDBDB. Windows color (decimal): -4132933 or 12316608. OLE color: 12316608.

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

Color convert

RGB192239187-
CMYK0.2000.220.06
HSL114.23º61.9%83.53%-
HSV(B)114.23º21.76%93.73%-
XYZ61.5776.5358.54-
YUV219.02109.93108.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=31.07%
G=38.67%
B=30.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391870.2000.220.06114.2361.983.53
HexC0EFBB140166723e54
Octal30035727324026616276124
Binary1100000011101111101110111010001011011011100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFBB; }

 p { color: rgb(192,239,187); }

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

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

 a { background-color: rgb(192,239,187); }

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

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

 span { border-color: rgb(192,239,187); }

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