Html Css Color HEX #4AAD9C Puerto Rico

📋 copy color: '#4AAD9C'

red 74 ◦ green 173 ◦ blue 156

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

Shades of Puerto Rico #4AAD9C

Tints of Puerto Rico #4AAD9C

RGB

 RED value IS 74 (29.3% from 255) = 18.36%

 GREEN value IS 173 (67.97% from 255) = 42.93%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 18.36%
G = 42.93%
B = 38.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4AAD9C (or 0x4AAD9C) is known color: Puerto Rico. HEX triplet: 4A, AD and 9C. RGB value is (74,173,156). Sum of RGB (Red+Green+Blue) = 74+173+156=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAD9C is #B55263. Grayscale: #8D8D8D. Windows color (decimal): -11883108 or 10267978. OLE color: 10267978.

HSL color Cylindrical-coordinate representation of color #4AAD9C: hue angle of 169.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD9C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 156 -
CMYK 0.57 0 0.10 0.32
HSL 169.7º 0.4% 0.48% -
HSV(B) 169.7º 0.57% 0.68% -
XYZ 23.77 33.74 36.71 -
YUV 141.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 74 173 156 0.57 0 0.10 0.32 169.7 0.4 0.48
Hex 4A AD 9C 39 0 A 20 AA 28 30
Octal 112 255 234 71 0 12 40 252 50 60
Binary 1001010 10101101 10011100 111001 0 1010 100000 10101010 101000 110000

Color Harmonies of #4AAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD9C

Black with #4AAD9C

Text Example


Text Example

White with #4AAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAD9C; }

 p { color: rgb(74,173,156); }

 H1.HeaderClassName
 {
   color: #4AAD9C;
 }
 .AnyTagClassName
 {
   color: #4AAD9C;
 }
</style>

background-color css

<style>
 a { background-color: #4AAD9C; }

 a { background-color: rgb(74,173,156); }

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

border-color css

<style>
 span { border-color: #4AAD9C; }

 span { border-color: rgb(74,173,156); }

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