Html Css Color HEX #57BCB1 Puerto Rico

📋 copy color: '#57BCB1'

red 87 ◦ green 188 ◦ blue 177

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

Shades of Puerto Rico #57BCB1

Tints of Puerto Rico #57BCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 19.25%
G = 41.59%
B = 39.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#57BCB1 (or 0x57BCB1) is known color: Puerto Rico. HEX triplet: 57, BC and B1. RGB value is (87,188,177). Sum of RGB (Red+Green+Blue) = 87+188+177=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BCB1 is #A8434E. Grayscale: #9C9C9C. Windows color (decimal): -11027279 or 11648087. OLE color: 11648087.

HSL color Cylindrical-coordinate representation of color #57BCB1: hue angle of 173.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCB1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 188 177 -
CMYK 0.54 0 0.06 0.26
HSL 173.47º 0.43% 0.54% -
HSV(B) 173.47º 0.54% 0.74% -
XYZ 29.85 41.17 47.97 -
YUV 156.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 87 188 177 0.54 0 0.06 0.26 173.47 0.43 0.54
Hex 57 BC B1 36 0 6 1A AD 2B 36
Octal 127 274 261 66 0 6 32 255 53 66
Binary 1010111 10111100 10110001 110110 0 110 11010 10101101 101011 110110

Color Harmonies of #57BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCB1

Black with #57BCB1

Text Example


Text Example

White with #57BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,188,177); }

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

background-color css

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

 a { background-color: rgb(87,188,177); }

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

border-color css

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

 span { border-color: rgb(87,188,177); }

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