#68CBA9

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

Shades of Medium Aquamarine #68CBA9

Tints of Medium Aquamarine #68CBA9

Color information

#68CBA9 (or 0x68CBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and A9. RGB value is (104,203,169). Sum of RGB (Red+Green+Blue) = 104+203+169=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA9 is #973456. Grayscale: #A9A9A9. Windows color (decimal): -9909335 or 11127656. OLE color: 11127656.

HSL color Cylindrical-coordinate representation of color #68CBA9: hue angle of 159.39º degrees, saturation: 0.49, 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 #68CBA9 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB104203169-
CMYK0.4900.170.20
HSL159.39º48.77%60.2%-
HSV(B)159.39º48.77%79.61%-
XYZ34.2348.5245.1-
YUV169.52127.781.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=21.85%
G=42.65%
B=35.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031690.4900.170.20159.3948.7760.2
Hex68CBA931011149f313c
Octal15031325161021242376174
Binary110100011001011101010011100010100011010010011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,169); }

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

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

 a { background-color: rgb(104,203,169); }

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

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

 span { border-color: rgb(104,203,169); }

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