Html Css Color HEX #51C19B Puerto Rico

📋 copy color: '#51C19B'

red 81 ◦ green 193 ◦ blue 155

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

Shades of Puerto Rico #51C19B

Tints of Puerto Rico #51C19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 18.88%
G = 44.99%
B = 36.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#51C19B (or 0x51C19B) is known color: Puerto Rico. HEX triplet: 51, C1 and 9B. RGB value is (81,193,155). Sum of RGB (Red+Green+Blue) = 81+193+155=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #51C19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C19B is #AE3E64. Grayscale: #9B9B9B. Windows color (decimal): -11419237 or 10207569. OLE color: 10207569.

HSL color Cylindrical-coordinate representation of color #51C19B: hue angle of 159.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C19B is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 193 155 -
CMYK 0.58 0 0.20 0.24
HSL 159.64º 0.47% 0.54% -
HSV(B) 159.64º 0.58% 0.76% -
XYZ 28.38 42.26 37.67 -
YUV 155.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 81 193 155 0.58 0 0.20 0.24 159.64 0.47 0.54
Hex 51 C1 9B 3A 0 14 18 A0 2F 36
Octal 121 301 233 72 0 24 30 240 57 66
Binary 1010001 11000001 10011011 111010 0 10100 11000 10100000 101111 110110

Color Harmonies of #51C19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C19B

Black with #51C19B

Text Example


Text Example

White with #51C19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,193,155); }

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

background-color css

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

 a { background-color: rgb(81,193,155); }

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

border-color css

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

 span { border-color: rgb(81,193,155); }

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