Html Css Color HEX #68DBB5 Medium Aquamarine

📋 copy color: '#68DBB5'

red 104 ◦ green 219 ◦ blue 181

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

Shades of Medium Aquamarine #68DBB5

Tints of Medium Aquamarine #68DBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 20.63%
G = 43.45%
B = 35.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#68DBB5 (or 0x68DBB5) is known color: Medium Aquamarine. HEX triplet: 68, DB and B5. RGB value is (104,219,181). Sum of RGB (Red+Green+Blue) = 104+219+181=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBB5 is #97244A. Grayscale: #B4B4B4. Windows color (decimal): -9905227 or 11918184. OLE color: 11918184.

HSL color Cylindrical-coordinate representation of color #68DBB5: hue angle of 160.17º 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 #68DBB5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 181 -
CMYK 0.53 0 0.17 0.14
HSL 160.17º 0.61% 0.63% -
HSV(B) 160.17º 0.53% 0.86% -
XYZ 39.38 56.94 52.63 -
YUV 180.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 104 219 181 0.53 0 0.17 0.14 160.17 0.61 0.63
Hex 68 DB B5 35 0 11 E A0 3D 3F
Octal 150 333 265 65 0 21 16 240 75 77
Binary 1101000 11011011 10110101 110101 0 10001 1110 10100000 111101 111111

Color Harmonies of #68DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBB5

Black with #68DBB5

Text Example


Text Example

White with #68DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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