Html Css Color HEX #57BAA9 Puerto Rico

📋 copy color: '#57BAA9'

red 87 ◦ green 186 ◦ blue 169

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

Shades of Puerto Rico #57BAA9

Tints of Puerto Rico #57BAA9

RGB

 RED value IS 87 (34.38% from 255) = 19.68%

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

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 19.68%
G = 42.08%
B = 38.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#57BAA9 (or 0x57BAA9) is known color: Puerto Rico. HEX triplet: 57, BA and A9. RGB value is (87,186,169). Sum of RGB (Red+Green+Blue) = 87+186+169=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAA9 is #A84556. Grayscale: #9A9A9A. Windows color (decimal): -11027799 or 11123287. OLE color: 11123287.

HSL color Cylindrical-coordinate representation of color #57BAA9: hue angle of 169.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BAA9 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 186 169 -
CMYK 0.53 0 0.09 0.27
HSL 169.7º 0.42% 0.54% -
HSV(B) 169.7º 0.53% 0.73% -
XYZ 28.65 40.01 43.75 -
YUV 154.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 87 186 169 0.53 0 0.09 0.27 169.7 0.42 0.54
Hex 57 BA A9 35 0 9 1B AA 2A 36
Octal 127 272 251 65 0 11 33 252 52 66
Binary 1010111 10111010 10101001 110101 0 1001 11011 10101010 101010 110110

Color Harmonies of #57BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BAA9

Black with #57BAA9

Text Example


Text Example

White with #57BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57BAA9; }

 p { color: rgb(87,186,169); }

 H1.HeaderClassName
 {
   color: #57BAA9;
 }
 .AnyTagClassName
 {
   color: #57BAA9;
 }
</style>

background-color css

<style>
 a { background-color: #57BAA9; }

 a { background-color: rgb(87,186,169); }

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

border-color css

<style>
 span { border-color: #57BAA9; }

 span { border-color: rgb(87,186,169); }

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