Html Css Color HEX #51B7A6 Puerto Rico

📋 copy color: '#51B7A6'

red 81 ◦ green 183 ◦ blue 166

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

Shades of Puerto Rico #51B7A6

Tints of Puerto Rico #51B7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 18.84%
G = 42.56%
B = 38.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#51B7A6 (or 0x51B7A6) is known color: Puerto Rico. HEX triplet: 51, B7 and A6. RGB value is (81,183,166). Sum of RGB (Red+Green+Blue) = 81+183+166=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #51B7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B7A6 is #AE4859. Grayscale: #969696. Windows color (decimal): -11421786 or 10925905. OLE color: 10925905.

HSL color Cylindrical-coordinate representation of color #51B7A6: hue angle of 170º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B7A6 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 183 166 -
CMYK 0.56 0 0.09 0.28
HSL 170º 0.41% 0.52% -
HSV(B) 170º 0.56% 0.72% -
XYZ 27.21 38.37 42.05 -
YUV 150.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 81 183 166 0.56 0 0.09 0.28 170 0.41 0.52
Hex 51 B7 A6 38 0 9 1C AA 29 34
Octal 121 267 246 70 0 11 34 252 51 64
Binary 1010001 10110111 10100110 111000 0 1001 11100 10101010 101001 110100

Color Harmonies of #51B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B7A6

Black with #51B7A6

Text Example


Text Example

White with #51B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,183,166); }

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

background-color css

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

 a { background-color: rgb(81,183,166); }

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

border-color css

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

 span { border-color: rgb(81,183,166); }

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