#68CBB4

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

Shades of Medium Aquamarine #68CBB4

Tints of Medium Aquamarine #68CBB4

Color information

#68CBB4 (or 0x68CBB4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CB and B4. RGB value is (104,203,180). Sum of RGB (Red+Green+Blue) = 104+203+180=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBB4 is #97344B. Grayscale: #AAAAAA. Windows color (decimal): -9909324 or 11848552. OLE color: 11848552.

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

Color convert

RGB104203180-
CMYK0.4900.110.20
HSL166.06º48.77%60.2%-
HSV(B)166.06º48.77%79.61%-
XYZ35.348.9550.77-
YUV170.78133.280.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=21.36%
G=41.68%
B=36.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031800.4900.110.20166.0648.7760.2
Hex68CBB4310B14a6313c
Octal15031326461013242466174
Binary11010001100101110110100110001010111010010100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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