Html Css Color HEX #74DFB1 Medium Aquamarine

📋 copy color: '#74DFB1'

red 116 ◦ green 223 ◦ blue 177

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

Shades of Medium Aquamarine #74DFB1

Tints of Medium Aquamarine #74DFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 22.48%
G = 43.22%
B = 34.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#74DFB1 (or 0x74DFB1) is known color: Medium Aquamarine. HEX triplet: 74, DF and B1. RGB value is (116,223,177). Sum of RGB (Red+Green+Blue) = 116+223+177=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFB1 is #8B204E. Grayscale: #B9B9B9. Windows color (decimal): -9117775 or 11657076. OLE color: 11657076.

HSL color Cylindrical-coordinate representation of color #74DFB1: hue angle of 154.21º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFB1 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 177 -
CMYK 0.48 0 0.21 0.13
HSL 154.21º 0.63% 0.66% -
HSV(B) 154.21º 0.48% 0.87% -
XYZ 41.53 59.66 50.92 -
YUV 185.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 116 223 177 0.48 0 0.21 0.13 154.21 0.63 0.66
Hex 74 DF B1 30 0 15 D 9A 3F 42
Octal 164 337 261 60 0 25 15 232 77 102
Binary 1110100 11011111 10110001 110000 0 10101 1101 10011010 111111 1000010

Color Harmonies of #74DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFB1

Black with #74DFB1

Text Example


Text Example

White with #74DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,177); }

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

background-color css

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

 a { background-color: rgb(116,223,177); }

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

border-color css

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

 span { border-color: rgb(116,223,177); }

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