Html Css Color HEX #57BEA0 Puerto Rico

📋 copy color: '#57BEA0'

red 87 ◦ green 190 ◦ blue 160

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

Shades of Puerto Rico #57BEA0

Tints of Puerto Rico #57BEA0

RGB

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

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

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

R = 19.91%
G = 43.48%
B = 36.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#57BEA0 (or 0x57BEA0) is known color: Puerto Rico. HEX triplet: 57, BE and A0. RGB value is (87,190,160). Sum of RGB (Red+Green+Blue) = 87+190+160=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEA0 is #A8415F. Grayscale: #9B9B9B. Windows color (decimal): -11026784 or 10534487. OLE color: 10534487.

HSL color Cylindrical-coordinate representation of color #57BEA0: hue angle of 162.52º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEA0 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 190 160 -
CMYK 0.54 0 0.16 0.25
HSL 162.52º 0.44% 0.54% -
HSV(B) 162.52º 0.54% 0.75% -
XYZ 28.69 41.39 39.73 -
YUV 155.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 87 190 160 0.54 0 0.16 0.25 162.52 0.44 0.54
Hex 57 BE A0 36 0 10 19 A3 2C 36
Octal 127 276 240 66 0 20 31 243 54 66
Binary 1010111 10111110 10100000 110110 0 10000 11001 10100011 101100 110110

Color Harmonies of #57BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEA0

Black with #57BEA0

Text Example


Text Example

White with #57BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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