Html Css Color HEX #57B5A0 Puerto Rico

📋 copy color: '#57B5A0'

red 87 ◦ green 181 ◦ blue 160

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

Shades of Puerto Rico #57B5A0

Tints of Puerto Rico #57B5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.29%

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

R = 20.33%
G = 42.29%
B = 37.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#57B5A0 (or 0x57B5A0) is known color: Puerto Rico. HEX triplet: 57, B5 and A0. RGB value is (87,181,160). Sum of RGB (Red+Green+Blue) = 87+181+160=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #57B5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B5A0 is #A84A5F. Grayscale: #969696. Windows color (decimal): -11029088 or 10532183. OLE color: 10532183.

HSL color Cylindrical-coordinate representation of color #57B5A0: hue angle of 166.6º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B5A0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 181 160 -
CMYK 0.52 0 0.12 0.29
HSL 166.6º 0.39% 0.53% -
HSV(B) 166.6º 0.52% 0.71% -
XYZ 26.8 37.61 39.11 -
YUV 150.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 87 181 160 0.52 0 0.12 0.29 166.6 0.39 0.53
Hex 57 B5 A0 34 0 C 1D A7 27 35
Octal 127 265 240 64 0 14 35 247 47 65
Binary 1010111 10110101 10100000 110100 0 1100 11101 10100111 100111 110101

Color Harmonies of #57B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B5A0

Black with #57B5A0

Text Example


Text Example

White with #57B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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