Html Css Color HEX #57BEAC Puerto Rico

📋 copy color: '#57BEAC'

red 87 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #57BEAC

Tints of Puerto Rico #57BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 19.38%
G = 42.32%
B = 38.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#57BEAC (or 0x57BEAC) is known color: Puerto Rico. HEX triplet: 57, BE and AC. RGB value is (87,190,172). Sum of RGB (Red+Green+Blue) = 87+190+172=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEAC is #A84153. Grayscale: #9D9D9D. Windows color (decimal): -11026772 or 11320919. OLE color: 11320919.

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

Color convert

RGB 87 190 172 -
CMYK 0.54 0 0.09 0.25
HSL 169.51º 0.44% 0.54% -
HSV(B) 169.51º 0.54% 0.75% -
XYZ 29.79 41.83 45.53 -
YUV 157.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 87 190 172 0.54 0 0.09 0.25 169.51 0.44 0.54
Hex 57 BE AC 36 0 9 19 AA 2C 36
Octal 127 276 254 66 0 11 31 252 54 66
Binary 1010111 10111110 10101100 110110 0 1001 11001 10101010 101100 110110

Color Harmonies of #57BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEAC

Black with #57BEAC

Text Example


Text Example

White with #57BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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