Html Css Color HEX #51B3A9 Puerto Rico

📋 copy color: '#51B3A9'

red 81 ◦ green 179 ◦ blue 169

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

Shades of Puerto Rico #51B3A9

Tints of Puerto Rico #51B3A9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

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

R = 18.88%
G = 41.72%
B = 39.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#51B3A9 (or 0x51B3A9) is known color: Puerto Rico. HEX triplet: 51, B3 and A9. RGB value is (81,179,169). Sum of RGB (Red+Green+Blue) = 81+179+169=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #51B3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B3A9 is #AE4C56. Grayscale: #949494. Windows color (decimal): -11422807 or 11121489. OLE color: 11121489.

HSL color Cylindrical-coordinate representation of color #51B3A9: hue angle of 173.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B3A9 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 179 169 -
CMYK 0.55 0 0.06 0.30
HSL 173.88º 0.39% 0.51% -
HSV(B) 173.88º 0.55% 0.7% -
XYZ 26.67 36.85 43.24 -
YUV 148.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 81 179 169 0.55 0 0.06 0.30 173.88 0.39 0.51
Hex 51 B3 A9 37 0 6 1E AE 27 33
Octal 121 263 251 67 0 6 36 256 47 63
Binary 1010001 10110011 10101001 110111 0 110 11110 10101110 100111 110011

Color Harmonies of #51B3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B3A9

Black with #51B3A9

Text Example


Text Example

White with #51B3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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