Html Css Color HEX #5ABDAB Puerto Rico

📋 copy color: '#5ABDAB'

red 90 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #5ABDAB

Tints of Puerto Rico #5ABDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 20%
G = 42%
B = 38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#5ABDAB (or 0x5ABDAB) is known color: Puerto Rico. HEX triplet: 5A, BD and AB. RGB value is (90,189,171). Sum of RGB (Red+Green+Blue) = 90+189+171=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDAB is #A54254. Grayscale: #9D9D9D. Windows color (decimal): -10830421 or 11255130. OLE color: 11255130.

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

Color convert

RGB 90 189 171 -
CMYK 0.52 0 0.10 0.26
HSL 169.09º 0.43% 0.55% -
HSV(B) 169.09º 0.52% 0.74% -
XYZ 29.76 41.51 44.97 -
YUV 157.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 90 189 171 0.52 0 0.10 0.26 169.09 0.43 0.55
Hex 5A BD AB 34 0 A 1A A9 2B 37
Octal 132 275 253 64 0 12 32 251 53 67
Binary 1011010 10111101 10101011 110100 0 1010 11010 10101001 101011 110111

Color Harmonies of #5ABDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDAB

Black with #5ABDAB

Text Example


Text Example

White with #5ABDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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