Html Css Color HEX #74DCB2 Medium Aquamarine

📋 copy color: '#74DCB2'

red 116 ◦ green 220 ◦ blue 178

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

Shades of Medium Aquamarine #74DCB2

Tints of Medium Aquamarine #74DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 22.57%
G = 42.8%
B = 34.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#74DCB2 (or 0x74DCB2) is known color: Medium Aquamarine. HEX triplet: 74, DC and B2. RGB value is (116,220,178). Sum of RGB (Red+Green+Blue) = 116+220+178=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCB2 is #8B234D. Grayscale: #B8B8B8. Windows color (decimal): -9118542 or 11721844. OLE color: 11721844.

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

Color convert

RGB 116 220 178 -
CMYK 0.47 0 0.19 0.14
HSL 155.77º 0.6% 0.66% -
HSV(B) 155.77º 0.47% 0.86% -
XYZ 40.83 58.11 51.18 -
YUV 184.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 116 220 178 0.47 0 0.19 0.14 155.77 0.6 0.66
Hex 74 DC B2 2F 0 13 E 9C 3C 42
Octal 164 334 262 57 0 23 16 234 74 102
Binary 1110100 11011100 10110010 101111 0 10011 1110 10011100 111100 1000010

Color Harmonies of #74DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCB2

Black with #74DCB2

Text Example


Text Example

White with #74DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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