Html Css Color HEX #51BE9A Puerto Rico

📋 copy color: '#51BE9A'

red 81 ◦ green 190 ◦ blue 154

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

Shades of Puerto Rico #51BE9A

Tints of Puerto Rico #51BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 19.06%
G = 44.71%
B = 36.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#51BE9A (or 0x51BE9A) is known color: Puerto Rico. HEX triplet: 51, BE and 9A. RGB value is (81,190,154). Sum of RGB (Red+Green+Blue) = 81+190+154=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #51BE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BE9A is #AE4165. Grayscale: #999999. Windows color (decimal): -11420006 or 10141265. OLE color: 10141265.

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

Color convert

RGB 81 190 154 -
CMYK 0.57 0 0.19 0.25
HSL 160.18º 0.46% 0.53% -
HSV(B) 160.18º 0.57% 0.75% -
XYZ 27.64 40.91 37.01 -
YUV 153.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 81 190 154 0.57 0 0.19 0.25 160.18 0.46 0.53
Hex 51 BE 9A 39 0 13 19 A0 2E 35
Octal 121 276 232 71 0 23 31 240 56 65
Binary 1010001 10111110 10011010 111001 0 10011 11001 10100000 101110 110101

Color Harmonies of #51BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BE9A

Black with #51BE9A

Text Example


Text Example

White with #51BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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