Html Css Color HEX #4AAC9E Puerto Rico

📋 copy color: '#4AAC9E'

red 74 ◦ green 172 ◦ blue 158

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

Shades of Puerto Rico #4AAC9E

Tints of Puerto Rico #4AAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 18.32%
G = 42.57%
B = 39.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#4AAC9E (or 0x4AAC9E) is known color: Puerto Rico. HEX triplet: 4A, AC and 9E. RGB value is (74,172,158). Sum of RGB (Red+Green+Blue) = 74+172+158=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC9E is #B55361. Grayscale: #8D8D8D. Windows color (decimal): -11883362 or 10398794. OLE color: 10398794.

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

Color convert

RGB 74 172 158 -
CMYK 0.57 0 0.08 0.33
HSL 171.43º 0.4% 0.48% -
HSV(B) 171.43º 0.57% 0.67% -
XYZ 23.75 33.43 37.55 -
YUV 141.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 74 172 158 0.57 0 0.08 0.33 171.43 0.4 0.48
Hex 4A AC 9E 39 0 8 21 AB 28 30
Octal 112 254 236 71 0 10 41 253 50 60
Binary 1001010 10101100 10011110 111001 0 1000 100001 10101011 101000 110000

Color Harmonies of #4AAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC9E

Black with #4AAC9E

Text Example


Text Example

White with #4AAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,158); }

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

background-color css

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

 a { background-color: rgb(74,172,158); }

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

border-color css

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

 span { border-color: rgb(74,172,158); }

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