Html Css Color HEX #57AF9F Puerto Rico

📋 copy color: '#57AF9F'

red 87 ◦ green 175 ◦ blue 159

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

Shades of Puerto Rico #57AF9F

Tints of Puerto Rico #57AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 20.67%
G = 41.57%
B = 37.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#57AF9F (or 0x57AF9F) is known color: Puerto Rico. HEX triplet: 57, AF and 9F. RGB value is (87,175,159). Sum of RGB (Red+Green+Blue) = 87+175+159=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AF9F is #A85060. Grayscale: #929292. Windows color (decimal): -11030625 or 10465111. OLE color: 10465111.

HSL color Cylindrical-coordinate representation of color #57AF9F: hue angle of 169.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AF9F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 175 159 -
CMYK 0.50 0 0.09 0.31
HSL 169.09º 0.35% 0.51% -
HSV(B) 169.09º 0.5% 0.69% -
XYZ 25.52 35.19 38.25 -
YUV 146.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 87 175 159 0.50 0 0.09 0.31 169.09 0.35 0.51
Hex 57 AF 9F 32 0 9 1F A9 23 33
Octal 127 257 237 62 0 11 37 251 43 63
Binary 1010111 10101111 10011111 110010 0 1001 11111 10101001 100011 110011

Color Harmonies of #57AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AF9F

Black with #57AF9F

Text Example


Text Example

White with #57AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,175,159); }

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

background-color css

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

 a { background-color: rgb(87,175,159); }

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

border-color css

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

 span { border-color: rgb(87,175,159); }

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