Html Css Color HEX #5ABDB5 Puerto Rico

📋 copy color: '#5ABDB5'

red 90 ◦ green 189 ◦ blue 181

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

Shades of Puerto Rico #5ABDB5

Tints of Puerto Rico #5ABDB5

RGB

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

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

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

R = 19.57%
G = 41.09%
B = 39.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#5ABDB5 (or 0x5ABDB5) is known color: Puerto Rico. HEX triplet: 5A, BD and B5. RGB value is (90,189,181). Sum of RGB (Red+Green+Blue) = 90+189+181=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDB5 is #A5424A. Grayscale: #9E9E9E. Windows color (decimal): -10830411 or 11910490. OLE color: 11910490.

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

Color convert

RGB 90 189 181 -
CMYK 0.52 0 0.04 0.26
HSL 175.15º 0.43% 0.55% -
HSV(B) 175.15º 0.52% 0.74% -
XYZ 30.75 41.91 50.18 -
YUV 158.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 90 189 181 0.52 0 0.04 0.26 175.15 0.43 0.55
Hex 5A BD B5 34 0 4 1A AF 2B 37
Octal 132 275 265 64 0 4 32 257 53 67
Binary 1011010 10111101 10110101 110100 0 100 11010 10101111 101011 110111

Color Harmonies of #5ABDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDB5

Black with #5ABDB5

Text Example


Text Example

White with #5ABDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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