Html Css Color HEX #51B79D Puerto Rico

📋 copy color: '#51B79D'

red 81 ◦ green 183 ◦ blue 157

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

Shades of Puerto Rico #51B79D

Tints of Puerto Rico #51B79D

RGB

 RED value IS 81 (32.03% from 255) = 19.24%

 GREEN value IS 183 (71.88% from 255) = 43.47%

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 19.24%
G = 43.47%
B = 37.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#51B79D (or 0x51B79D) is known color: Puerto Rico. HEX triplet: 51, B7 and 9D. RGB value is (81,183,157). Sum of RGB (Red+Green+Blue) = 81+183+157=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #51B79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B79D is #AE4862. Grayscale: #959595. Windows color (decimal): -11421795 or 10336081. OLE color: 10336081.

HSL color Cylindrical-coordinate representation of color #51B79D: hue angle of 164.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B79D is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 183 157 -
CMYK 0.56 0 0.14 0.28
HSL 164.71º 0.41% 0.52% -
HSV(B) 164.71º 0.56% 0.72% -
XYZ 26.41 38.05 37.85 -
YUV 149.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 81 183 157 0.56 0 0.14 0.28 164.71 0.41 0.52
Hex 51 B7 9D 38 0 E 1C A5 29 34
Octal 121 267 235 70 0 16 34 245 51 64
Binary 1010001 10110111 10011101 111000 0 1110 11100 10100101 101001 110100

Color Harmonies of #51B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B79D

Black with #51B79D

Text Example


Text Example

White with #51B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51B79D; }

 p { color: rgb(81,183,157); }

 H1.HeaderClassName
 {
   color: #51B79D;
 }
 .AnyTagClassName
 {
   color: #51B79D;
 }
</style>

background-color css

<style>
 a { background-color: #51B79D; }

 a { background-color: rgb(81,183,157); }

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

border-color css

<style>
 span { border-color: #51B79D; }

 span { border-color: rgb(81,183,157); }

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