Html Css Color HEX #74D6B0 Medium Aquamarine

📋 copy color: '#74D6B0'

red 116 ◦ green 214 ◦ blue 176

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

Shades of Medium Aquamarine #74D6B0

Tints of Medium Aquamarine #74D6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 22.92%
G = 42.29%
B = 34.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#74D6B0 (or 0x74D6B0) is known color: Medium Aquamarine. HEX triplet: 74, D6 and B0. RGB value is (116,214,176). Sum of RGB (Red+Green+Blue) = 116+214+176=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6B0 is #8B294F. Grayscale: #B4B4B4. Windows color (decimal): -9120080 or 11589236. OLE color: 11589236.

HSL color Cylindrical-coordinate representation of color #74D6B0: hue angle of 156.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6B0 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 176 -
CMYK 0.46 0 0.18 0.16
HSL 156.73º 0.54% 0.65% -
HSV(B) 156.73º 0.46% 0.84% -
XYZ 39.09 54.94 49.62 -
YUV 180.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 116 214 176 0.46 0 0.18 0.16 156.73 0.54 0.65
Hex 74 D6 B0 2E 0 12 10 9D 36 41
Octal 164 326 260 56 0 22 20 235 66 101
Binary 1110100 11010110 10110000 101110 0 10010 10000 10011101 110110 1000001

Color Harmonies of #74D6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6B0

Black with #74D6B0

Text Example


Text Example

White with #74D6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,214,176); }

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

background-color css

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

 a { background-color: rgb(116,214,176); }

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

border-color css

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

 span { border-color: rgb(116,214,176); }

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