Html Css Color HEX #74DAB2 Medium Aquamarine

📋 copy color: '#74DAB2'

red 116 ◦ green 218 ◦ blue 178

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

Shades of Medium Aquamarine #74DAB2

Tints of Medium Aquamarine #74DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 22.66%
G = 42.58%
B = 34.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#74DAB2 (or 0x74DAB2) is known color: Medium Aquamarine. HEX triplet: 74, DA and B2. RGB value is (116,218,178). Sum of RGB (Red+Green+Blue) = 116+218+178=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DAB2 is #8B254D. Grayscale: #B7B7B7. Windows color (decimal): -9119054 or 11721332. OLE color: 11721332.

HSL color Cylindrical-coordinate representation of color #74DAB2: hue angle of 156.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DAB2 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 178 -
CMYK 0.47 0 0.18 0.15
HSL 156.47º 0.58% 0.65% -
HSV(B) 156.47º 0.47% 0.85% -
XYZ 40.31 57.07 51.01 -
YUV 182.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 116 218 178 0.47 0 0.18 0.15 156.47 0.58 0.65
Hex 74 DA B2 2F 0 12 F 9C 3A 41
Octal 164 332 262 57 0 22 17 234 72 101
Binary 1110100 11011010 10110010 101111 0 10010 1111 10011100 111010 1000001

Color Harmonies of #74DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAB2

Black with #74DAB2

Text Example


Text Example

White with #74DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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