Html Css Color HEX #74DBA8 Medium Aquamarine

📋 copy color: '#74DBA8'

red 116 ◦ green 219 ◦ blue 168

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

Shades of Medium Aquamarine #74DBA8

Tints of Medium Aquamarine #74DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 23.06%
G = 43.54%
B = 33.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#74DBA8 (or 0x74DBA8) is known color: Medium Aquamarine. HEX triplet: 74, DB and A8. RGB value is (116,219,168). Sum of RGB (Red+Green+Blue) = 116+219+168=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBA8 is #8B2457. Grayscale: #B6B6B6. Windows color (decimal): -9118808 or 11066228. OLE color: 11066228.

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

Color convert

RGB 116 219 168 -
CMYK 0.47 0 0.23 0.14
HSL 150.29º 0.59% 0.66% -
HSV(B) 150.29º 0.47% 0.86% -
XYZ 39.6 57.2 46 -
YUV 182.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 116 219 168 0.47 0 0.23 0.14 150.29 0.59 0.66
Hex 74 DB A8 2F 0 17 E 96 3B 42
Octal 164 333 250 57 0 27 16 226 73 102
Binary 1110100 11011011 10101000 101111 0 10111 1110 10010110 111011 1000010

Color Harmonies of #74DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBA8

Black with #74DBA8

Text Example


Text Example

White with #74DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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