Html Css Color HEX #51C5AA Puerto Rico

📋 copy color: '#51C5AA'

red 81 ◦ green 197 ◦ blue 170

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

Shades of Puerto Rico #51C5AA

Tints of Puerto Rico #51C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 18.08%
G = 43.97%
B = 37.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#51C5AA (or 0x51C5AA) is known color: Puerto Rico. HEX triplet: 51, C5 and AA. RGB value is (81,197,170). Sum of RGB (Red+Green+Blue) = 81+197+170=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #51C5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C5AA is #AE3A55. Grayscale: #9F9F9F. Windows color (decimal): -11418198 or 11191633. OLE color: 11191633.

HSL color Cylindrical-coordinate representation of color #51C5AA: hue angle of 166.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C5AA is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 197 170 -
CMYK 0.59 0 0.14 0.23
HSL 166.03º 0.5% 0.55% -
HSV(B) 166.03º 0.59% 0.77% -
XYZ 30.62 44.58 45.02 -
YUV 159.24 134.07 72.2 -
System Red Green Blue C M Y K H S L
Decimal 81 197 170 0.59 0 0.14 0.23 166.03 0.5 0.55
Hex 51 C5 AA 3B 0 E 17 A6 32 37
Octal 121 305 252 73 0 16 27 246 62 67
Binary 1010001 11000101 10101010 111011 0 1110 10111 10100110 110010 110111

Color Harmonies of #51C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C5AA

Black with #51C5AA

Text Example


Text Example

White with #51C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,197,170); }

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

background-color css

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

 a { background-color: rgb(81,197,170); }

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

border-color css

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

 span { border-color: rgb(81,197,170); }

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