Html Css Color HEX #4FBEAA Puerto Rico

📋 copy color: '#4FBEAA'

red 79 ◦ green 190 ◦ blue 170

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

Shades of Puerto Rico #4FBEAA

Tints of Puerto Rico #4FBEAA

RGB

 RED value IS 79 (31.25% from 255) = 18%

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 18%
G = 43.28%
B = 38.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#4FBEAA (or 0x4FBEAA) is known color: Puerto Rico. HEX triplet: 4F, BE and AA. RGB value is (79,190,170). Sum of RGB (Red+Green+Blue) = 79+190+170=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEAA is #B04155. Grayscale: #9A9A9A. Windows color (decimal): -11551062 or 11189839. OLE color: 11189839.

HSL color Cylindrical-coordinate representation of color #4FBEAA: hue angle of 169.19º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBEAA is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 190 170 -
CMYK 0.58 0 0.11 0.25
HSL 169.19º 0.46% 0.53% -
HSV(B) 169.19º 0.58% 0.75% -
XYZ 28.89 41.39 44.5 -
YUV 154.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 79 190 170 0.58 0 0.11 0.25 169.19 0.46 0.53
Hex 4F BE AA 3A 0 B 19 A9 2E 35
Octal 117 276 252 72 0 13 31 251 56 65
Binary 1001111 10111110 10101010 111010 0 1011 11001 10101001 101110 110101

Color Harmonies of #4FBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBEAA

Black with #4FBEAA

Text Example


Text Example

White with #4FBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,190,170); }

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

background-color css

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

 a { background-color: rgb(79,190,170); }

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

border-color css

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

 span { border-color: rgb(79,190,170); }

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