Html Css Color HEX #74AF9B Acapulco

📋 copy color: '#74AF9B'

red 116 ◦ green 175 ◦ blue 155

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

Shades of Acapulco #74AF9B

Tints of Acapulco #74AF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.24%

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 26.01%
G = 39.24%
B = 34.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#74AF9B (or 0x74AF9B) is known color: Acapulco. HEX triplet: 74, AF and 9B. RGB value is (116,175,155). Sum of RGB (Red+Green+Blue) = 116+175+155=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AF9B is #8B5064. Grayscale: #9B9B9B. Windows color (decimal): -9130085 or 10202996. OLE color: 10202996.

HSL color Cylindrical-coordinate representation of color #74AF9B: hue angle of 159.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AF9B is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 155 -
CMYK 0.34 0 0.11 0.31
HSL 159.66º 0.27% 0.57% -
HSV(B) 159.66º 0.34% 0.69% -
XYZ 28.45 36.74 36.6 -
YUV 155.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 116 175 155 0.34 0 0.11 0.31 159.66 0.27 0.57
Hex 74 AF 9B 22 0 B 1F A0 1B 39
Octal 164 257 233 42 0 13 37 240 33 71
Binary 1110100 10101111 10011011 100010 0 1011 11111 10100000 11011 111001

Color Harmonies of #74AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF9B

Black with #74AF9B

Text Example


Text Example

White with #74AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,175,155); }

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

background-color css

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

 a { background-color: rgb(116,175,155); }

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

border-color css

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

 span { border-color: rgb(116,175,155); }

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