#51AFAB

Color #51AFAB Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #51AFAB

Tints of Puerto Rico #51AFAB

Color information

#51AFAB (or 0x51AFAB) is unknown color: approx Puerto Rico. HEX triplet: 51, AF and AB. RGB value is (81,175,171). Sum of RGB (Red+Green+Blue) = 81+175+171=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFAB is #AE5054. Grayscale: #929292. Windows color (decimal): -11423829 or 11251537. OLE color: 11251537.

HSL color Cylindrical-coordinate representation of color #51AFAB: hue angle of 177.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AFAB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB81175171-
CMYK0.5400.020.31
HSL177.45º37.01%50.2%-
HSV(B)177.45º53.71%68.63%-
XYZ26.0735.3543.98-
YUV146.44141.8681.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=18.97%
G=40.98%
B=40.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751710.5400.020.31177.4537.0150.2
Hex51AFAB36021Fb12532
Octal1212572536602372614562
Binary101000110101111101010111101100101111110110001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51AFAB;
 }
 .AnyTagClassName
 {
   color: #51AFAB;
 }
</style>
background-color css

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

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

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

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

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

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