#C0F6B9

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

Shades of Tea Green #C0F6B9

Tints of Tea Green #C0F6B9

Color information

#C0F6B9 (or 0xC0F6B9) is unknown color: approx Tea Green. HEX triplet: C0, F6 and B9. RGB value is (192,246,185). Sum of RGB (Red+Green+Blue) = 192+246+185=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F6B9 is #3F0946. Grayscale: #DFDFDF. Windows color (decimal): -4131143 or 12187328. OLE color: 12187328.

HSL color Cylindrical-coordinate representation of color #C0F6B9: hue angle of 113.11º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0F6B9 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB192246185-
CMYK0.2200.250.04
HSL113.11º77.22%84.51%-
HSV(B)113.11º24.8%96.47%-
XYZ63.4580.6258.12-
YUV222.9106.61105.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.82%
GREEN value IS 246 (96.48% from 255) = 39.49%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=30.82%
G=39.49%
B=29.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922461850.2200.250.04113.1177.2284.51
HexC0F6B9160194714d55
Octal300366271260314161115125
Binary11000000111101101011100110110011001100111000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F6B9; }

 p { color: rgb(192,246,185); }

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

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

 a { background-color: rgb(192,246,185); }

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

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

 span { border-color: rgb(192,246,185); }

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