Html Css Color HEX #4FB5A0 Puerto Rico

📋 copy color: '#4FB5A0'

red 79 ◦ green 181 ◦ blue 160

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

Shades of Puerto Rico #4FB5A0

Tints of Puerto Rico #4FB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 18.81%
G = 43.1%
B = 38.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#4FB5A0 (or 0x4FB5A0) is known color: Puerto Rico. HEX triplet: 4F, B5 and A0. RGB value is (79,181,160). Sum of RGB (Red+Green+Blue) = 79+181+160=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB5A0 is #B04A5F. Grayscale: #949494. Windows color (decimal): -11553376 or 10532175. OLE color: 10532175.

HSL color Cylindrical-coordinate representation of color #4FB5A0: hue angle of 167.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB5A0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 181 160 -
CMYK 0.56 0 0.12 0.29
HSL 167.65º 0.41% 0.51% -
HSV(B) 167.65º 0.56% 0.71% -
XYZ 26.09 37.25 39.07 -
YUV 148.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 79 181 160 0.56 0 0.12 0.29 167.65 0.41 0.51
Hex 4F B5 A0 38 0 C 1D A8 29 33
Octal 117 265 240 70 0 14 35 250 51 63
Binary 1001111 10110101 10100000 111000 0 1100 11101 10101000 101001 110011

Color Harmonies of #4FB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB5A0

Black with #4FB5A0

Text Example


Text Example

White with #4FB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,181,160); }

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

background-color css

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

 a { background-color: rgb(79,181,160); }

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

border-color css

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

 span { border-color: rgb(79,181,160); }

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