#68CBA4

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

Shades of Medium Aquamarine #68CBA4

Tints of Medium Aquamarine #68CBA4

Color information

#68CBA4 (or 0x68CBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and A4. RGB value is (104,203,164). Sum of RGB (Red+Green+Blue) = 104+203+164=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA4 is #97345B. Grayscale: #A9A9A9. Windows color (decimal): -9909340 or 10799976. OLE color: 10799976.

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

Color convert

RGB104203164-
CMYK0.4900.190.20
HSL156.36º48.77%60.2%-
HSV(B)156.36º48.77%79.61%-
XYZ33.7748.3442.67-
YUV168.95125.281.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.08%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=22.08%
G=43.10%
B=34.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031640.4900.190.20156.3648.7760.2
Hex68CBA431013149c313c
Octal15031324461023242346174
Binary110100011001011101001001100010100111010010011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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