Html Css Color HEX #51B4A9 Puerto Rico

📋 copy color: '#51B4A9'

red 81 ◦ green 180 ◦ blue 169

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

Shades of Puerto Rico #51B4A9

Tints of Puerto Rico #51B4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 18.84%
G = 41.86%
B = 39.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#51B4A9 (or 0x51B4A9) is known color: Puerto Rico. HEX triplet: 51, B4 and A9. RGB value is (81,180,169). Sum of RGB (Red+Green+Blue) = 81+180+169=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #51B4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B4A9 is #AE4B56. Grayscale: #959595. Windows color (decimal): -11422551 or 11121745. OLE color: 11121745.

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

Color convert

RGB 81 180 169 -
CMYK 0.55 0 0.06 0.29
HSL 173.33º 0.4% 0.51% -
HSV(B) 173.33º 0.55% 0.71% -
XYZ 26.88 37.26 43.31 -
YUV 149.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 81 180 169 0.55 0 0.06 0.29 173.33 0.4 0.51
Hex 51 B4 A9 37 0 6 1D AD 28 33
Octal 121 264 251 67 0 6 35 255 50 63
Binary 1010001 10110100 10101001 110111 0 110 11101 10101101 101000 110011

Color Harmonies of #51B4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B4A9

Black with #51B4A9

Text Example


Text Example

White with #51B4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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