Html Css Color HEX #4FBEAB Puerto Rico

📋 copy color: '#4FBEAB'

red 79 ◦ green 190 ◦ blue 171

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

Shades of Puerto Rico #4FBEAB

Tints of Puerto Rico #4FBEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 17.95%
G = 43.18%
B = 38.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#4FBEAB (or 0x4FBEAB) is known color: Puerto Rico. HEX triplet: 4F, BE and AB. RGB value is (79,190,171). Sum of RGB (Red+Green+Blue) = 79+190+171=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEAB is #B04154. Grayscale: #9A9A9A. Windows color (decimal): -11551061 or 11255375. OLE color: 11255375.

HSL color Cylindrical-coordinate representation of color #4FBEAB: hue angle of 169.73º 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 #4FBEAB is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 190 171 -
CMYK 0.58 0 0.10 0.25
HSL 169.73º 0.46% 0.53% -
HSV(B) 169.73º 0.58% 0.75% -
XYZ 28.99 41.43 45 -
YUV 154.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 79 190 171 0.58 0 0.10 0.25 169.73 0.46 0.53
Hex 4F BE AB 3A 0 A 19 AA 2E 35
Octal 117 276 253 72 0 12 31 252 56 65
Binary 1001111 10111110 10101011 111010 0 1010 11001 10101010 101110 110101

Color Harmonies of #4FBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBEAB

Black with #4FBEAB

Text Example


Text Example

White with #4FBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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