Html Css Color HEX #74D7B2 Medium Aquamarine

📋 copy color: '#74D7B2'

red 116 ◦ green 215 ◦ blue 178

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

Shades of Medium Aquamarine #74D7B2

Tints of Medium Aquamarine #74D7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 22.79%
G = 42.24%
B = 34.97%

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

#74D7B2 (or 0x74D7B2) is known color: Medium Aquamarine. HEX triplet: 74, D7 and B2. RGB value is (116,215,178). Sum of RGB (Red+Green+Blue) = 116+215+178=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D7B2 is #8B284D. Grayscale: #B5B5B5. Windows color (decimal): -9119822 or 11720564. OLE color: 11720564.

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

Color convert

RGB 116 215 178 -
CMYK 0.46 0 0.17 0.16
HSL 157.58º 0.55% 0.65% -
HSV(B) 157.58º 0.46% 0.84% -
XYZ 39.54 55.53 50.75 -
YUV 181.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 116 215 178 0.46 0 0.17 0.16 157.58 0.55 0.65
Hex 74 D7 B2 2E 0 11 10 9E 37 41
Octal 164 327 262 56 0 21 20 236 67 101
Binary 1110100 11010111 10110010 101110 0 10001 10000 10011110 110111 1000001

Color Harmonies of #74D7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D7B2

Black with #74D7B2

Text Example


Text Example

White with #74D7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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