Html Css Color HEX #5ABDA1 Puerto Rico

📋 copy color: '#5ABDA1'

red 90 ◦ green 189 ◦ blue 161

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

Shades of Puerto Rico #5ABDA1

Tints of Puerto Rico #5ABDA1

RGB

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

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

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

R = 20.45%
G = 42.95%
B = 36.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#5ABDA1 (or 0x5ABDA1) is known color: Puerto Rico. HEX triplet: 5A, BD and A1. RGB value is (90,189,161). Sum of RGB (Red+Green+Blue) = 90+189+161=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDA1 is #A5425E. Grayscale: #9C9C9C. Windows color (decimal): -10830431 or 10599770. OLE color: 10599770.

HSL color Cylindrical-coordinate representation of color #5ABDA1: hue angle of 163.03º 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 #5ABDA1 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 161 -
CMYK 0.52 0 0.15 0.26
HSL 163.03º 0.43% 0.55% -
HSV(B) 163.03º 0.52% 0.74% -
XYZ 28.85 41.14 40.14 -
YUV 156.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 90 189 161 0.52 0 0.15 0.26 163.03 0.43 0.55
Hex 5A BD A1 34 0 F 1A A3 2B 37
Octal 132 275 241 64 0 17 32 243 53 67
Binary 1011010 10111101 10100001 110100 0 1111 11010 10100011 101011 110111

Color Harmonies of #5ABDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDA1

Black with #5ABDA1

Text Example


Text Example

White with #5ABDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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