Html Css Color HEX #5ABEB5 Puerto Rico

📋 copy color: '#5ABEB5'

red 90 ◦ green 190 ◦ blue 181

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

Shades of Puerto Rico #5ABEB5

Tints of Puerto Rico #5ABEB5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 19.52%
G = 41.21%
B = 39.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#5ABEB5 (or 0x5ABEB5) is known color: Puerto Rico. HEX triplet: 5A, BE and B5. RGB value is (90,190,181). Sum of RGB (Red+Green+Blue) = 90+190+181=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEB5 is #A5414A. Grayscale: #9F9F9F. Windows color (decimal): -10830155 or 11910746. OLE color: 11910746.

HSL color Cylindrical-coordinate representation of color #5ABEB5: hue angle of 174.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEB5 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 181 -
CMYK 0.53 0 0.05 0.25
HSL 174.6º 0.43% 0.55% -
HSV(B) 174.6º 0.53% 0.75% -
XYZ 30.97 42.34 50.26 -
YUV 159.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 90 190 181 0.53 0 0.05 0.25 174.6 0.43 0.55
Hex 5A BE B5 35 0 5 19 AF 2B 37
Octal 132 276 265 65 0 5 31 257 53 67
Binary 1011010 10111110 10110101 110101 0 101 11001 10101111 101011 110111

Color Harmonies of #5ABEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEB5

Black with #5ABEB5

Text Example


Text Example

White with #5ABEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,181); }

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

background-color css

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

 a { background-color: rgb(90,190,181); }

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

border-color css

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

 span { border-color: rgb(90,190,181); }

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