Html Css Color HEX #74D6B2 Medium Aquamarine

📋 copy color: '#74D6B2'

red 116 ◦ green 214 ◦ blue 178

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

Shades of Medium Aquamarine #74D6B2

Tints of Medium Aquamarine #74D6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 22.83%
G = 42.13%
B = 35.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#74D6B2 (or 0x74D6B2) is known color: Medium Aquamarine. HEX triplet: 74, D6 and B2. RGB value is (116,214,178). Sum of RGB (Red+Green+Blue) = 116+214+178=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6B2 is #8B294D. Grayscale: #B4B4B4. Windows color (decimal): -9120078 or 11720308. OLE color: 11720308.

HSL color Cylindrical-coordinate representation of color #74D6B2: hue angle of 157.96º 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 #74D6B2 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 178 -
CMYK 0.46 0 0.17 0.16
HSL 157.96º 0.54% 0.65% -
HSV(B) 157.96º 0.46% 0.84% -
XYZ 39.28 55.02 50.67 -
YUV 180.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 116 214 178 0.46 0 0.17 0.16 157.96 0.54 0.65
Hex 74 D6 B2 2E 0 11 10 9E 36 41
Octal 164 326 262 56 0 21 20 236 66 101
Binary 1110100 11010110 10110010 101110 0 10001 10000 10011110 110110 1000001

Color Harmonies of #74D6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6B2

Black with #74D6B2

Text Example


Text Example

White with #74D6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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