Html Css Color HEX #4AC49F Puerto Rico

📋 copy color: '#4AC49F'

red 74 ◦ green 196 ◦ blue 159

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

Shades of Puerto Rico #4AC49F

Tints of Puerto Rico #4AC49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.69%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 17.25%
G = 45.69%
B = 37.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#4AC49F (or 0x4AC49F) is known color: Puerto Rico. HEX triplet: 4A, C4 and 9F. RGB value is (74,196,159). Sum of RGB (Red+Green+Blue) = 74+196+159=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC49F is #B53B60. Grayscale: #9B9B9B. Windows color (decimal): -11877217 or 10470474. OLE color: 10470474.

HSL color Cylindrical-coordinate representation of color #4AC49F: hue angle of 161.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC49F is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 159 -
CMYK 0.62 0 0.19 0.23
HSL 161.8º 0.51% 0.53% -
HSV(B) 161.8º 0.62% 0.77% -
XYZ 28.82 43.44 39.67 -
YUV 155.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 74 196 159 0.62 0 0.19 0.23 161.8 0.51 0.53
Hex 4A C4 9F 3E 0 13 17 A2 33 35
Octal 112 304 237 76 0 23 27 242 63 65
Binary 1001010 11000100 10011111 111110 0 10011 10111 10100010 110011 110101

Color Harmonies of #4AC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC49F

Black with #4AC49F

Text Example


Text Example

White with #4AC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,196,159); }

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

background-color css

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

 a { background-color: rgb(74,196,159); }

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

border-color css

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

 span { border-color: rgb(74,196,159); }

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