#68CBA2

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

Shades of Medium Aquamarine #68CBA2

Tints of Medium Aquamarine #68CBA2

Color information

#68CBA2 (or 0x68CBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and A2. RGB value is (104,203,162). Sum of RGB (Red+Green+Blue) = 104+203+162=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA2 is #97345D. Grayscale: #A8A8A8. Windows color (decimal): -9909342 or 10668904. OLE color: 10668904.

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

Color convert

RGB104203162-
CMYK0.4900.200.20
HSL155.15º48.77%60.2%-
HSV(B)155.15º48.77%79.61%-
XYZ33.5948.2641.73-
YUV168.72124.281.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=22.17%
G=43.28%
B=34.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031620.4900.200.20155.1548.7760.2
Hex68CBA231014149b313c
Octal15031324261024242336174
Binary110100011001011101000101100010101001010010011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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