Html Css Color HEX #57B9A0 Puerto Rico

📋 copy color: '#57B9A0'

red 87 ◦ green 185 ◦ blue 160

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

Shades of Puerto Rico #57B9A0

Tints of Puerto Rico #57B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.82%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 20.14%
G = 42.82%
B = 37.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#57B9A0 (or 0x57B9A0) is known color: Puerto Rico. HEX triplet: 57, B9 and A0. RGB value is (87,185,160). Sum of RGB (Red+Green+Blue) = 87+185+160=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #57B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B9A0 is #A8465F. Grayscale: #989898. Windows color (decimal): -11028064 or 10533207. OLE color: 10533207.

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

Color convert

RGB 87 185 160 -
CMYK 0.53 0 0.14 0.27
HSL 164.69º 0.41% 0.53% -
HSV(B) 164.69º 0.53% 0.73% -
XYZ 27.62 39.26 39.38 -
YUV 152.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 87 185 160 0.53 0 0.14 0.27 164.69 0.41 0.53
Hex 57 B9 A0 35 0 E 1B A5 29 35
Octal 127 271 240 65 0 16 33 245 51 65
Binary 1010111 10111001 10100000 110101 0 1110 11011 10100101 101001 110101

Color Harmonies of #57B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B9A0

Black with #57B9A0

Text Example


Text Example

White with #57B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,185,160); }

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

background-color css

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

 a { background-color: rgb(87,185,160); }

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

border-color css

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

 span { border-color: rgb(87,185,160); }

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