Html Css Color HEX #51B59F Puerto Rico

📋 copy color: '#51B59F'

red 81 ◦ green 181 ◦ blue 159

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

Shades of Puerto Rico #51B59F

Tints of Puerto Rico #51B59F

RGB

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

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

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

R = 19.24%
G = 42.99%
B = 37.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#51B59F (or 0x51B59F) is known color: Puerto Rico. HEX triplet: 51, B5 and 9F. RGB value is (81,181,159). Sum of RGB (Red+Green+Blue) = 81+181+159=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #51B59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B59F is #AE4A60. Grayscale: #949494. Windows color (decimal): -11422305 or 10466641. OLE color: 10466641.

HSL color Cylindrical-coordinate representation of color #51B59F: hue angle of 166.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B59F is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 181 159 -
CMYK 0.55 0 0.12 0.29
HSL 166.8º 0.4% 0.51% -
HSV(B) 166.8º 0.55% 0.71% -
XYZ 26.18 37.3 38.62 -
YUV 148.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 81 181 159 0.55 0 0.12 0.29 166.8 0.4 0.51
Hex 51 B5 9F 37 0 C 1D A7 28 33
Octal 121 265 237 67 0 14 35 247 50 63
Binary 1010001 10110101 10011111 110111 0 1100 11101 10100111 101000 110011

Color Harmonies of #51B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B59F

Black with #51B59F

Text Example


Text Example

White with #51B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,181,159); }

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

background-color css

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

 a { background-color: rgb(81,181,159); }

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

border-color css

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

 span { border-color: rgb(81,181,159); }

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