Html Css Color HEX #51AB9C Puerto Rico

📋 copy color: '#51AB9C'

red 81 ◦ green 171 ◦ blue 156

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

Shades of Puerto Rico #51AB9C

Tints of Puerto Rico #51AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 19.85%
G = 41.91%
B = 38.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#51AB9C (or 0x51AB9C) is known color: Puerto Rico. HEX triplet: 51, AB and 9C. RGB value is (81,171,156). Sum of RGB (Red+Green+Blue) = 81+171+156=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB9C is #AE5463. Grayscale: #8E8E8E. Windows color (decimal): -11424868 or 10267473. OLE color: 10267473.

HSL color Cylindrical-coordinate representation of color #51AB9C: hue angle of 170º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB9C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 171 156 -
CMYK 0.53 0 0.09 0.33
HSL 170º 0.36% 0.49% -
HSV(B) 170º 0.53% 0.67% -
XYZ 23.96 33.28 36.61 -
YUV 142.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 81 171 156 0.53 0 0.09 0.33 170 0.36 0.49
Hex 51 AB 9C 35 0 9 21 AA 24 31
Octal 121 253 234 65 0 11 41 252 44 61
Binary 1010001 10101011 10011100 110101 0 1001 100001 10101010 100100 110001

Color Harmonies of #51AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB9C

Black with #51AB9C

Text Example


Text Example

White with #51AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,156); }

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

background-color css

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

 a { background-color: rgb(81,171,156); }

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

border-color css

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

 span { border-color: rgb(81,171,156); }

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