Html Css Color HEX #74DBAD Medium Aquamarine

📋 copy color: '#74DBAD'

red 116 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #74DBAD

Tints of Medium Aquamarine #74DBAD

RGB

 RED value IS 116 (45.7% from 255) = 22.83%

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

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

R = 22.83%
G = 43.11%
B = 34.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#74DBAD (or 0x74DBAD) is known color: Medium Aquamarine. HEX triplet: 74, DB and AD. RGB value is (116,219,173). Sum of RGB (Red+Green+Blue) = 116+219+173=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBAD is #8B2452. Grayscale: #B7B7B7. Windows color (decimal): -9118803 or 11393908. OLE color: 11393908.

HSL color Cylindrical-coordinate representation of color #74DBAD: hue angle of 153.2º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBAD is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 173 -
CMYK 0.47 0 0.21 0.14
HSL 153.2º 0.59% 0.66% -
HSV(B) 153.2º 0.47% 0.86% -
XYZ 40.08 57.39 48.5 -
YUV 182.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 116 219 173 0.47 0 0.21 0.14 153.2 0.59 0.66
Hex 74 DB AD 2F 0 15 E 99 3B 42
Octal 164 333 255 57 0 25 16 231 73 102
Binary 1110100 11011011 10101101 101111 0 10101 1110 10011001 111011 1000010

Color Harmonies of #74DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBAD

Black with #74DBAD

Text Example


Text Example

White with #74DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DBAD; }

 p { color: rgb(116,219,173); }

 H1.HeaderClassName
 {
   color: #74DBAD;
 }
 .AnyTagClassName
 {
   color: #74DBAD;
 }
</style>

background-color css

<style>
 a { background-color: #74DBAD; }

 a { background-color: rgb(116,219,173); }

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

border-color css

<style>
 span { border-color: #74DBAD; }

 span { border-color: rgb(116,219,173); }

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