Html Css Color HEX #5ABFAD Puerto Rico

📋 copy color: '#5ABFAD'

red 90 ◦ green 191 ◦ blue 173

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

Shades of Puerto Rico #5ABFAD

Tints of Puerto Rico #5ABFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 19.82%
G = 42.07%
B = 38.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#5ABFAD (or 0x5ABFAD) is known color: Puerto Rico. HEX triplet: 5A, BF and AD. RGB value is (90,191,173). Sum of RGB (Red+Green+Blue) = 90+191+173=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFAD is #A54052. Grayscale: #9E9E9E. Windows color (decimal): -10829907 or 11386714. OLE color: 11386714.

HSL color Cylindrical-coordinate representation of color #5ABFAD: hue angle of 169.31º degrees, saturation: 0.44, 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 #5ABFAD is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 173 -
CMYK 0.53 0 0.09 0.25
HSL 169.31º 0.44% 0.55% -
HSV(B) 169.31º 0.53% 0.75% -
XYZ 30.39 42.45 46.13 -
YUV 158.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 90 191 173 0.53 0 0.09 0.25 169.31 0.44 0.55
Hex 5A BF AD 35 0 9 19 A9 2C 37
Octal 132 277 255 65 0 11 31 251 54 67
Binary 1011010 10111111 10101101 110101 0 1001 11001 10101001 101100 110111

Color Harmonies of #5ABFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFAD

Black with #5ABFAD

Text Example


Text Example

White with #5ABFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,191,173); }

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

background-color css

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

 a { background-color: rgb(90,191,173); }

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

border-color css

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

 span { border-color: rgb(90,191,173); }

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