#68CBB3

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

Shades of Medium Aquamarine #68CBB3

Tints of Medium Aquamarine #68CBB3

Color information

#68CBB3 (or 0x68CBB3) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and B3. RGB value is (104,203,179). Sum of RGB (Red+Green+Blue) = 104+203+179=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBB3 is #97344C. Grayscale: #AAAAAA. Windows color (decimal): -9909325 or 11783016. OLE color: 11783016.

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

Color convert

RGB104203179-
CMYK0.4900.120.20
HSL165.45º48.77%60.2%-
HSV(B)165.45º48.77%79.61%-
XYZ35.248.9150.23-
YUV170.66132.780.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=21.40%
G=41.77%
B=36.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031790.4900.120.20165.4548.7760.2
Hex68CBB3310C14a5313c
Octal15031326361014242456174
Binary11010001100101110110011110001011001010010100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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