#51CCAD

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

Shades of Puerto Rico #51CCAD

Tints of Puerto Rico #51CCAD

Color information

#51CCAD (or 0x51CCAD) is unknown color: approx Puerto Rico. HEX triplet: 51, CC and AD. RGB value is (81,204,173). Sum of RGB (Red+Green+Blue) = 81+204+173=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CCAD is #AE3352. Grayscale: #A3A3A3. Windows color (decimal): -11416403 or 11390033. OLE color: 11390033.

HSL color Cylindrical-coordinate representation of color #51CCAD: hue angle of 164.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CCAD is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB81204173-
CMYK0.6000.150.2
HSL164.88º54.67%55.88%-
HSV(B)164.88º60.29%80%-
XYZ32.5347.9547.08-
YUV163.69133.2569.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.69%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=17.69%
G=44.54%
B=37.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041730.6000.150.2164.8854.6755.88
Hex51CCAD3C0F14a53738
Octal12131425574017242456770
Binary10100011100110010101101111100011111010010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,204,173); }

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

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

 a { background-color: rgb(81,204,173); }

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

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

 span { border-color: rgb(81,204,173); }

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