Html Css Color HEX #5ABAB0 Puerto Rico

📋 copy color: '#5ABAB0'

red 90 ◦ green 186 ◦ blue 176

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

Shades of Puerto Rico #5ABAB0

Tints of Puerto Rico #5ABAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 19.91%
G = 41.15%
B = 38.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#5ABAB0 (or 0x5ABAB0) is known color: Puerto Rico. HEX triplet: 5A, BA and B0. RGB value is (90,186,176). Sum of RGB (Red+Green+Blue) = 90+186+176=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAB0 is #A5454F. Grayscale: #9C9C9C. Windows color (decimal): -10831184 or 11582042. OLE color: 11582042.

HSL color Cylindrical-coordinate representation of color #5ABAB0: hue angle of 173.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 176 -
CMYK 0.52 0 0.05 0.27
HSL 173.75º 0.41% 0.54% -
HSV(B) 173.75º 0.52% 0.73% -
XYZ 29.61 40.43 47.32 -
YUV 156.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 90 186 176 0.52 0 0.05 0.27 173.75 0.41 0.54
Hex 5A BA B0 34 0 5 1B AE 29 36
Octal 132 272 260 64 0 5 33 256 51 66
Binary 1011010 10111010 10110000 110100 0 101 11011 10101110 101001 110110

Color Harmonies of #5ABAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAB0

Black with #5ABAB0

Text Example


Text Example

White with #5ABAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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