Html Css Color HEX #5FB5AB Puerto Rico

📋 copy color: '#5FB5AB'

red 95 ◦ green 181 ◦ blue 171

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

Shades of Puerto Rico #5FB5AB

Tints of Puerto Rico #5FB5AB

RGB

 RED value IS 95 (37.5% from 255) = 21.25%

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

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

R = 21.25%
G = 40.49%
B = 38.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#5FB5AB (or 0x5FB5AB) is known color: Puerto Rico. HEX triplet: 5F, B5 and AB. RGB value is (95,181,171). Sum of RGB (Red+Green+Blue) = 95+181+171=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB5AB is #A04A54. Grayscale: #9A9A9A. Windows color (decimal): -10504789 or 11253087. OLE color: 11253087.

HSL color Cylindrical-coordinate representation of color #5FB5AB: hue angle of 173.02º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB5AB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 181 171 -
CMYK 0.48 0 0.06 0.29
HSL 173.02º 0.37% 0.54% -
HSV(B) 173.02º 0.48% 0.71% -
XYZ 28.59 38.42 44.44 -
YUV 154.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 95 181 171 0.48 0 0.06 0.29 173.02 0.37 0.54
Hex 5F B5 AB 30 0 6 1D AD 25 36
Octal 137 265 253 60 0 6 35 255 45 66
Binary 1011111 10110101 10101011 110000 0 110 11101 10101101 100101 110110

Color Harmonies of #5FB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB5AB

Black with #5FB5AB

Text Example


Text Example

White with #5FB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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