Html Css Color HEX #51B49E Puerto Rico

📋 copy color: '#51B49E'

red 81 ◦ green 180 ◦ blue 158

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

Shades of Puerto Rico #51B49E

Tints of Puerto Rico #51B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 19.33%
G = 42.96%
B = 37.71%

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

#51B49E (or 0x51B49E) is known color: Puerto Rico. HEX triplet: 51, B4 and 9E. RGB value is (81,180,158). Sum of RGB (Red+Green+Blue) = 81+180+158=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #51B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B49E is #AE4B61. Grayscale: #939393. Windows color (decimal): -11422562 or 10400849. OLE color: 10400849.

HSL color Cylindrical-coordinate representation of color #51B49E: hue angle of 166.67º 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 #51B49E is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 180 158 -
CMYK 0.55 0 0.12 0.29
HSL 166.67º 0.4% 0.51% -
HSV(B) 166.67º 0.55% 0.71% -
XYZ 25.89 36.86 38.1 -
YUV 147.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 81 180 158 0.55 0 0.12 0.29 166.67 0.4 0.51
Hex 51 B4 9E 37 0 C 1D A7 28 33
Octal 121 264 236 67 0 14 35 247 50 63
Binary 1010001 10110100 10011110 110111 0 1100 11101 10100111 101000 110011

Color Harmonies of #51B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B49E

Black with #51B49E

Text Example


Text Example

White with #51B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,180,158); }

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

background-color css

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

 a { background-color: rgb(81,180,158); }

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

border-color css

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

 span { border-color: rgb(81,180,158); }

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