Html Css Color HEX #74DBB1 Medium Aquamarine

📋 copy color: '#74DBB1'

red 116 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #74DBB1

Tints of Medium Aquamarine #74DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

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

R = 22.66%
G = 42.77%
B = 34.57%

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

#74DBB1 (or 0x74DBB1) is known color: Medium Aquamarine. HEX triplet: 74, DB and B1. RGB value is (116,219,177). Sum of RGB (Red+Green+Blue) = 116+219+177=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBB1 is #8B244E. Grayscale: #B7B7B7. Windows color (decimal): -9118799 or 11656052. OLE color: 11656052.

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

Color convert

RGB 116 219 177 -
CMYK 0.47 0 0.19 0.14
HSL 155.53º 0.59% 0.66% -
HSV(B) 155.53º 0.47% 0.86% -
XYZ 40.47 57.55 50.57 -
YUV 183.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 116 219 177 0.47 0 0.19 0.14 155.53 0.59 0.66
Hex 74 DB B1 2F 0 13 E 9C 3B 42
Octal 164 333 261 57 0 23 16 234 73 102
Binary 1110100 11011011 10110001 101111 0 10011 1110 10011100 111011 1000010

Color Harmonies of #74DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBB1

Black with #74DBB1

Text Example


Text Example

White with #74DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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