Html Css Color HEX #68DAAD Medium Aquamarine

📋 copy color: '#68DAAD'

red 104 ◦ green 218 ◦ blue 173

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

Shades of Medium Aquamarine #68DAAD

Tints of Medium Aquamarine #68DAAD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 21.01%
G = 44.04%
B = 34.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#68DAAD (or 0x68DAAD) is known color: Medium Aquamarine. HEX triplet: 68, DA and AD. RGB value is (104,218,173). Sum of RGB (Red+Green+Blue) = 104+218+173=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAAD is #972552. Grayscale: #B2B2B2. Windows color (decimal): -9905491 or 11393640. OLE color: 11393640.

HSL color Cylindrical-coordinate representation of color #68DAAD: hue angle of 156.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAAD is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 173 -
CMYK 0.52 0 0.21 0.15
HSL 156.32º 0.61% 0.63% -
HSV(B) 156.32º 0.52% 0.85% -
XYZ 38.32 56.1 48.34 -
YUV 178.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 104 218 173 0.52 0 0.21 0.15 156.32 0.61 0.63
Hex 68 DA AD 34 0 15 F 9C 3D 3F
Octal 150 332 255 64 0 25 17 234 75 77
Binary 1101000 11011010 10101101 110100 0 10101 1111 10011100 111101 111111

Color Harmonies of #68DAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAAD

Black with #68DAAD

Text Example


Text Example

White with #68DAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,218,173); }

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

background-color css

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

 a { background-color: rgb(104,218,173); }

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

border-color css

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

 span { border-color: rgb(104,218,173); }

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