Html Css Color HEX #4AAA9C Puerto Rico

📋 copy color: '#4AAA9C'

red 74 ◦ green 170 ◦ blue 156

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

Shades of Puerto Rico #4AAA9C

Tints of Puerto Rico #4AAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.5%

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

R = 18.5%
G = 42.5%
B = 39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#4AAA9C (or 0x4AAA9C) is known color: Puerto Rico. HEX triplet: 4A, AA and 9C. RGB value is (74,170,156). Sum of RGB (Red+Green+Blue) = 74+170+156=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAA9C is #B55563. Grayscale: #8B8B8B. Windows color (decimal): -11883876 or 10267210. OLE color: 10267210.

HSL color Cylindrical-coordinate representation of color #4AAA9C: hue angle of 171.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA9C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 156 -
CMYK 0.56 0 0.08 0.33
HSL 171.25º 0.39% 0.48% -
HSV(B) 171.25º 0.56% 0.67% -
XYZ 23.2 32.61 36.52 -
YUV 139.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 74 170 156 0.56 0 0.08 0.33 171.25 0.39 0.48
Hex 4A AA 9C 38 0 8 21 AB 27 30
Octal 112 252 234 70 0 10 41 253 47 60
Binary 1001010 10101010 10011100 111000 0 1000 100001 10101011 100111 110000

Color Harmonies of #4AAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA9C

Black with #4AAA9C

Text Example


Text Example

White with #4AAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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