Html Css Color HEX #4FB5AB Puerto Rico

📋 copy color: '#4FB5AB'

red 79 ◦ green 181 ◦ blue 171

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

Shades of Puerto Rico #4FB5AB

Tints of Puerto Rico #4FB5AB

RGB

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

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

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

R = 18.33%
G = 42%
B = 39.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#4FB5AB (or 0x4FB5AB) is known color: Puerto Rico. HEX triplet: 4F, B5 and AB. RGB value is (79,181,171). Sum of RGB (Red+Green+Blue) = 79+181+171=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB5AB is #B04A54. Grayscale: #959595. Windows color (decimal): -11553365 or 11253071. OLE color: 11253071.

HSL color Cylindrical-coordinate representation of color #4FB5AB: hue angle of 174.12º 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 #4FB5AB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 181 171 -
CMYK 0.56 0 0.06 0.29
HSL 174.12º 0.41% 0.51% -
HSV(B) 174.12º 0.56% 0.71% -
XYZ 27.1 37.65 44.37 -
YUV 149.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 79 181 171 0.56 0 0.06 0.29 174.12 0.41 0.51
Hex 4F B5 AB 38 0 6 1D AE 29 33
Octal 117 265 253 70 0 6 35 256 51 63
Binary 1001111 10110101 10101011 111000 0 110 11101 10101110 101001 110011

Color Harmonies of #4FB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB5AB

Black with #4FB5AB

Text Example


Text Example

White with #4FB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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