Html Css Color HEX #51BEAD Puerto Rico

📋 copy color: '#51BEAD'

red 81 ◦ green 190 ◦ blue 173

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

Shades of Puerto Rico #51BEAD

Tints of Puerto Rico #51BEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 18.24%
G = 42.79%
B = 38.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#51BEAD (or 0x51BEAD) is known color: Puerto Rico. HEX triplet: 51, BE and AD. RGB value is (81,190,173). Sum of RGB (Red+Green+Blue) = 81+190+173=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEAD is #AE4152. Grayscale: #9B9B9B. Windows color (decimal): -11419987 or 11386449. OLE color: 11386449.

HSL color Cylindrical-coordinate representation of color #51BEAD: hue angle of 170.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BEAD is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 190 173 -
CMYK 0.57 0 0.09 0.25
HSL 170.64º 0.46% 0.53% -
HSV(B) 170.64º 0.57% 0.75% -
XYZ 29.35 41.59 46.02 -
YUV 155.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 81 190 173 0.57 0 0.09 0.25 170.64 0.46 0.53
Hex 51 BE AD 39 0 9 19 AB 2E 35
Octal 121 276 255 71 0 11 31 253 56 65
Binary 1010001 10111110 10101101 111001 0 1001 11001 10101011 101110 110101

Color Harmonies of #51BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BEAD

Black with #51BEAD

Text Example


Text Example

White with #51BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,190,173); }

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

background-color css

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

 a { background-color: rgb(81,190,173); }

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

border-color css

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

 span { border-color: rgb(81,190,173); }

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