Html Css Color HEX #68DBB1 Medium Aquamarine

📋 copy color: '#68DBB1'

red 104 ◦ green 219 ◦ blue 177

#68DBB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #68DBB1

Tints of Medium Aquamarine #68DBB1

RGB

 RED value IS 104 (41.02% from 255) = 20.8%

 GREEN value IS 219 (85.94% from 255) = 43.8%

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 20.8%
G = 43.8%
B = 35.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#68DBB1 (or 0x68DBB1) is known color: Medium Aquamarine. HEX triplet: 68, DB and B1. RGB value is (104,219,177). Sum of RGB (Red+Green+Blue) = 104+219+177=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBB1 is #97244E. Grayscale: #B3B3B3. Windows color (decimal): -9905231 or 11656040. OLE color: 11656040.

HSL color Cylindrical-coordinate representation of color #68DBB1: hue angle of 158.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBB1 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 177 -
CMYK 0.53 0 0.19 0.14
HSL 158.09º 0.61% 0.63% -
HSV(B) 158.09º 0.53% 0.86% -
XYZ 38.98 56.78 50.5 -
YUV 179.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 104 219 177 0.53 0 0.19 0.14 158.09 0.61 0.63
Hex 68 DB B1 35 0 13 E 9E 3D 3F
Octal 150 333 261 65 0 23 16 236 75 77
Binary 1101000 11011011 10110001 110101 0 10011 1110 10011110 111101 111111

Color Harmonies of #68DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBB1

Black with #68DBB1

Text Example


Text Example

White with #68DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68DBB1;
 }
 .AnyTagClassName
 {
   color: #68DBB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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