Html Css Color HEX #5ABD9F Puerto Rico

📋 copy color: '#5ABD9F'

red 90 ◦ green 189 ◦ blue 159

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

Shades of Puerto Rico #5ABD9F

Tints of Puerto Rico #5ABD9F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 20.55%
G = 43.15%
B = 36.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#5ABD9F (or 0x5ABD9F) is known color: Puerto Rico. HEX triplet: 5A, BD and 9F. RGB value is (90,189,159). Sum of RGB (Red+Green+Blue) = 90+189+159=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD9F is #A54260. Grayscale: #9C9C9C. Windows color (decimal): -10830433 or 10468698. OLE color: 10468698.

HSL color Cylindrical-coordinate representation of color #5ABD9F: hue angle of 161.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD9F is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 159 -
CMYK 0.52 0 0.16 0.26
HSL 161.82º 0.43% 0.55% -
HSV(B) 161.82º 0.52% 0.74% -
XYZ 28.67 41.07 39.22 -
YUV 155.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 90 189 159 0.52 0 0.16 0.26 161.82 0.43 0.55
Hex 5A BD 9F 34 0 10 1A A2 2B 37
Octal 132 275 237 64 0 20 32 242 53 67
Binary 1011010 10111101 10011111 110100 0 10000 11010 10100010 101011 110111

Color Harmonies of #5ABD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD9F

Black with #5ABD9F

Text Example


Text Example

White with #5ABD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,159); }

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

background-color css

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

 a { background-color: rgb(90,189,159); }

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

border-color css

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

 span { border-color: rgb(90,189,159); }

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