Html Css Color HEX #5AB9A1 Puerto Rico

📋 copy color: '#5AB9A1'

red 90 ◦ green 185 ◦ blue 161

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

Shades of Puerto Rico #5AB9A1

Tints of Puerto Rico #5AB9A1

RGB

 RED value IS 90 (35.55% from 255) = 20.64%

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 20.64%
G = 42.43%
B = 36.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#5AB9A1 (or 0x5AB9A1) is known color: Puerto Rico. HEX triplet: 5A, B9 and A1. RGB value is (90,185,161). Sum of RGB (Red+Green+Blue) = 90+185+161=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB9A1 is #A5465E. Grayscale: #999999. Windows color (decimal): -10831455 or 10598746. OLE color: 10598746.

HSL color Cylindrical-coordinate representation of color #5AB9A1: hue angle of 164.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB9A1 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 185 161 -
CMYK 0.51 0 0.13 0.27
HSL 164.84º 0.4% 0.54% -
HSV(B) 164.84º 0.51% 0.73% -
XYZ 28 39.44 39.86 -
YUV 153.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 90 185 161 0.51 0 0.13 0.27 164.84 0.4 0.54
Hex 5A B9 A1 33 0 D 1B A5 28 36
Octal 132 271 241 63 0 15 33 245 50 66
Binary 1011010 10111001 10100001 110011 0 1101 11011 10100101 101000 110110

Color Harmonies of #5AB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB9A1

Black with #5AB9A1

Text Example


Text Example

White with #5AB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,185,161); }

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

background-color css

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

 a { background-color: rgb(90,185,161); }

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

border-color css

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

 span { border-color: rgb(90,185,161); }

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