Html Css Color HEX #5ABCA1 Puerto Rico

📋 copy color: '#5ABCA1'

red 90 ◦ green 188 ◦ blue 161

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

Shades of Puerto Rico #5ABCA1

Tints of Puerto Rico #5ABCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

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

R = 20.5%
G = 42.82%
B = 36.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#5ABCA1 (or 0x5ABCA1) is known color: Puerto Rico. HEX triplet: 5A, BC and A1. RGB value is (90,188,161). Sum of RGB (Red+Green+Blue) = 90+188+161=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCA1 is #A5435E. Grayscale: #9B9B9B. Windows color (decimal): -10830687 or 10599514. OLE color: 10599514.

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

Color convert

RGB 90 188 161 -
CMYK 0.52 0 0.14 0.26
HSL 163.47º 0.42% 0.55% -
HSV(B) 163.47º 0.52% 0.74% -
XYZ 28.63 40.71 40.07 -
YUV 155.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 90 188 161 0.52 0 0.14 0.26 163.47 0.42 0.55
Hex 5A BC A1 34 0 E 1A A3 2A 37
Octal 132 274 241 64 0 16 32 243 52 67
Binary 1011010 10111100 10100001 110100 0 1110 11010 10100011 101010 110111

Color Harmonies of #5ABCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCA1

Black with #5ABCA1

Text Example


Text Example

White with #5ABCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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