Html Css Color HEX #51B49A Puerto Rico

📋 copy color: '#51B49A'

red 81 ◦ green 180 ◦ blue 154

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

Shades of Puerto Rico #51B49A

Tints of Puerto Rico #51B49A

RGB

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

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

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

R = 19.52%
G = 43.37%
B = 37.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#51B49A (or 0x51B49A) is known color: Puerto Rico. HEX triplet: 51, B4 and 9A. RGB value is (81,180,154). Sum of RGB (Red+Green+Blue) = 81+180+154=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #51B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B49A is #AE4B65. Grayscale: #939393. Windows color (decimal): -11422566 or 10138705. OLE color: 10138705.

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

Color convert

RGB 81 180 154 -
CMYK 0.55 0 0.14 0.29
HSL 164.24º 0.4% 0.51% -
HSV(B) 164.24º 0.55% 0.71% -
XYZ 25.55 36.72 36.31 -
YUV 147.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 81 180 154 0.55 0 0.14 0.29 164.24 0.4 0.51
Hex 51 B4 9A 37 0 E 1D A4 28 33
Octal 121 264 232 67 0 16 35 244 50 63
Binary 1010001 10110100 10011010 110111 0 1110 11101 10100100 101000 110011

Color Harmonies of #51B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B49A

Black with #51B49A

Text Example


Text Example

White with #51B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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