Html Css Color HEX #51BEA4 Puerto Rico

📋 copy color: '#51BEA4'

red 81 ◦ green 190 ◦ blue 164

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

Shades of Puerto Rico #51BEA4

Tints of Puerto Rico #51BEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 18.62%
G = 43.68%
B = 37.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#51BEA4 (or 0x51BEA4) is known color: Puerto Rico. HEX triplet: 51, BE and A4. RGB value is (81,190,164). Sum of RGB (Red+Green+Blue) = 81+190+164=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEA4 is #AE415B. Grayscale: #9A9A9A. Windows color (decimal): -11419996 or 10796625. OLE color: 10796625.

HSL color Cylindrical-coordinate representation of color #51BEA4: hue angle of 165.69º 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 #51BEA4 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 190 164 -
CMYK 0.57 0 0.14 0.25
HSL 165.69º 0.46% 0.53% -
HSV(B) 165.69º 0.57% 0.75% -
XYZ 28.51 41.26 41.58 -
YUV 154.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 81 190 164 0.57 0 0.14 0.25 165.69 0.46 0.53
Hex 51 BE A4 39 0 E 19 A6 2E 35
Octal 121 276 244 71 0 16 31 246 56 65
Binary 1010001 10111110 10100100 111001 0 1110 11001 10100110 101110 110101

Color Harmonies of #51BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BEA4

Black with #51BEA4

Text Example


Text Example

White with #51BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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