#68CC9C

Color #68CC9C Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #68CC9C

Tints of Medium Aquamarine #68CC9C

Color information

#68CC9C (or 0x68CC9C) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CC and 9C. RGB value is (104,204,156). Sum of RGB (Red+Green+Blue) = 104+204+156=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CC9C is #973363. Grayscale: #A8A8A8. Windows color (decimal): -9909092 or 10275944. OLE color: 10275944.

HSL color Cylindrical-coordinate representation of color #68CC9C: hue angle of 151.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CC9C is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB104204156-
CMYK0.4900.240.2
HSL151.2º49.5%60.39%-
HSV(B)151.2º49.02%80%-
XYZ33.348.5339.06-
YUV168.63120.8781.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=22.41%
G=43.97%
B=33.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1042041560.4900.240.2151.249.560.39
Hex68CC9C310181497323c
Octal15031423461030242276274
Binary110100011001100100111001100010110001010010010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CC9C; }

 p { color: rgb(104,204,156); }

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

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

 a { background-color: rgb(104,204,156); }

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

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

 span { border-color: rgb(104,204,156); }

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