Html Css Color HEX #57BEA2 Puerto Rico

📋 copy color: '#57BEA2'

red 87 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #57BEA2

Tints of Puerto Rico #57BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 19.82%
G = 43.28%
B = 36.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#57BEA2 (or 0x57BEA2) is known color: Puerto Rico. HEX triplet: 57, BE and A2. RGB value is (87,190,162). Sum of RGB (Red+Green+Blue) = 87+190+162=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEA2 is #A8415D. Grayscale: #9C9C9C. Windows color (decimal): -11026782 or 10665559. OLE color: 10665559.

HSL color Cylindrical-coordinate representation of color #57BEA2: hue angle of 163.69º 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 #57BEA2 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 190 162 -
CMYK 0.54 0 0.15 0.25
HSL 163.69º 0.44% 0.54% -
HSV(B) 163.69º 0.54% 0.75% -
XYZ 28.87 41.46 40.66 -
YUV 156.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 87 190 162 0.54 0 0.15 0.25 163.69 0.44 0.54
Hex 57 BE A2 36 0 F 19 A4 2C 36
Octal 127 276 242 66 0 17 31 244 54 66
Binary 1010111 10111110 10100010 110110 0 1111 11001 10100100 101100 110110

Color Harmonies of #57BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEA2

Black with #57BEA2

Text Example


Text Example

White with #57BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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