#68CBB0

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

Shades of Medium Aquamarine #68CBB0

Tints of Medium Aquamarine #68CBB0

Color information

#68CBB0 (or 0x68CBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and B0. RGB value is (104,203,176). Sum of RGB (Red+Green+Blue) = 104+203+176=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBB0 is #97344F. Grayscale: #AAAAAA. Windows color (decimal): -9909328 or 11586408. OLE color: 11586408.

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

Color convert

RGB104203176-
CMYK0.4900.130.20
HSL163.64º48.77%60.2%-
HSV(B)163.64º48.77%79.61%-
XYZ34.948.7948.65-
YUV170.32131.280.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=21.53%
G=42.03%
B=36.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031760.4900.130.20163.6448.7760.2
Hex68CBB0310D14a4313c
Octal15031326061015242446174
Binary11010001100101110110000110001011011010010100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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