Html Css Color HEX #74DBA0 Medium Aquamarine

📋 copy color: '#74DBA0'

red 116 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #74DBA0

Tints of Medium Aquamarine #74DBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 23.43%
G = 44.24%
B = 32.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#74DBA0 (or 0x74DBA0) is known color: Medium Aquamarine. HEX triplet: 74, DB and A0. RGB value is (116,219,160). Sum of RGB (Red+Green+Blue) = 116+219+160=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBA0 is #8B245F. Grayscale: #B5B5B5. Windows color (decimal): -9118816 or 10541940. OLE color: 10541940.

HSL color Cylindrical-coordinate representation of color #74DBA0: hue angle of 145.63º 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 #74DBA0 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 160 -
CMYK 0.47 0 0.27 0.14
HSL 145.63º 0.59% 0.66% -
HSV(B) 145.63º 0.47% 0.86% -
XYZ 38.88 56.91 42.19 -
YUV 181.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 116 219 160 0.47 0 0.27 0.14 145.63 0.59 0.66
Hex 74 DB A0 2F 0 1B E 92 3B 42
Octal 164 333 240 57 0 33 16 222 73 102
Binary 1110100 11011011 10100000 101111 0 11011 1110 10010010 111011 1000010

Color Harmonies of #74DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBA0

Black with #74DBA0

Text Example


Text Example

White with #74DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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