Html Css Color HEX #5ABEAC Puerto Rico

📋 copy color: '#5ABEAC'

red 90 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #5ABEAC

Tints of Puerto Rico #5ABEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 19.91%
G = 42.04%
B = 38.05%

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

#5ABEAC (or 0x5ABEAC) is known color: Puerto Rico. HEX triplet: 5A, BE and AC. RGB value is (90,190,172). Sum of RGB (Red+Green+Blue) = 90+190+172=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEAC is #A54153. Grayscale: #9E9E9E. Windows color (decimal): -10830164 or 11320922. OLE color: 11320922.

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

Color convert

RGB 90 190 172 -
CMYK 0.53 0 0.09 0.25
HSL 169.2º 0.43% 0.55% -
HSV(B) 169.2º 0.53% 0.75% -
XYZ 30.08 41.98 45.55 -
YUV 158.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 90 190 172 0.53 0 0.09 0.25 169.2 0.43 0.55
Hex 5A BE AC 35 0 9 19 A9 2B 37
Octal 132 276 254 65 0 11 31 251 53 67
Binary 1011010 10111110 10101100 110101 0 1001 11001 10101001 101011 110111

Color Harmonies of #5ABEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEAC

Black with #5ABEAC

Text Example


Text Example

White with #5ABEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,172); }

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

background-color css

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

 a { background-color: rgb(90,190,172); }

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

border-color css

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

 span { border-color: rgb(90,190,172); }

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