#68CAB1

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

Shades of Medium Aquamarine #68CAB1

Tints of Medium Aquamarine #68CAB1

Color information

#68CAB1 (or 0x68CAB1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CA and B1. RGB value is (104,202,177). Sum of RGB (Red+Green+Blue) = 104+202+177=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAB1 is #97354E. Grayscale: #A9A9A9. Windows color (decimal): -9909583 or 11651688. OLE color: 11651688.

HSL color Cylindrical-coordinate representation of color #68CAB1: hue angle of 164.69º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAB1 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB104202177-
CMYK0.4900.120.21
HSL164.69º48.04%60%-
HSV(B)164.69º48.51%79.22%-
XYZ34.7748.3649.1-
YUV169.85132.0381.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=21.53%
G=41.82%
B=36.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042021770.4900.120.21164.6948.0460
Hex68CAB1310C15a5303c
Octal15031226161014252456074
Binary11010001100101010110001110001011001010110100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,177); }

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

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

 a { background-color: rgb(104,202,177); }

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

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

 span { border-color: rgb(104,202,177); }

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