Html Css Color HEX #5ABCB0 Puerto Rico

📋 copy color: '#5ABCB0'

red 90 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #5ABCB0

Tints of Puerto Rico #5ABCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 19.82%
G = 41.41%
B = 38.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#5ABCB0 (or 0x5ABCB0) is known color: Puerto Rico. HEX triplet: 5A, BC and B0. RGB value is (90,188,176). Sum of RGB (Red+Green+Blue) = 90+188+176=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCB0 is #A5434F. Grayscale: #9D9D9D. Windows color (decimal): -10830672 or 11582554. OLE color: 11582554.

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

Color convert

RGB 90 188 176 -
CMYK 0.52 0 0.06 0.26
HSL 172.65º 0.42% 0.55% -
HSV(B) 172.65º 0.52% 0.74% -
XYZ 30.04 41.27 47.46 -
YUV 157.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 90 188 176 0.52 0 0.06 0.26 172.65 0.42 0.55
Hex 5A BC B0 34 0 6 1A AD 2A 37
Octal 132 274 260 64 0 6 32 255 52 67
Binary 1011010 10111100 10110000 110100 0 110 11010 10101101 101010 110111

Color Harmonies of #5ABCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCB0

Black with #5ABCB0

Text Example


Text Example

White with #5ABCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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