Html Css Color HEX #74BDA0 Acapulco

📋 copy color: '#74BDA0'

red 116 ◦ green 189 ◦ blue 160

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

Shades of Acapulco #74BDA0

Tints of Acapulco #74BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 24.95%
G = 40.65%
B = 34.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#74BDA0 (or 0x74BDA0) is known color: Acapulco. HEX triplet: 74, BD and A0. RGB value is (116,189,160). Sum of RGB (Red+Green+Blue) = 116+189+160=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA0 is #8B425F. Grayscale: #A3A3A3. Windows color (decimal): -9126496 or 10534260. OLE color: 10534260.

HSL color Cylindrical-coordinate representation of color #74BDA0: hue angle of 156.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDA0 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 160 -
CMYK 0.39 0 0.15 0.26
HSL 156.16º 0.36% 0.6% -
HSV(B) 156.16º 0.39% 0.74% -
XYZ 31.75 42.65 39.82 -
YUV 163.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 116 189 160 0.39 0 0.15 0.26 156.16 0.36 0.6
Hex 74 BD A0 27 0 F 1A 9C 24 3C
Octal 164 275 240 47 0 17 32 234 44 74
Binary 1110100 10111101 10100000 100111 0 1111 11010 10011100 100100 111100

Color Harmonies of #74BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDA0

Black with #74BDA0

Text Example


Text Example

White with #74BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,160); }

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

background-color css

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

 a { background-color: rgb(116,189,160); }

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

border-color css

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

 span { border-color: rgb(116,189,160); }

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