#48C5A6

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

Shades of Puerto Rico #48C5A6

Tints of Puerto Rico #48C5A6

Color information

#48C5A6 (or 0x48C5A6) is unknown color: approx Puerto Rico. HEX triplet: 48, C5 and A6. RGB value is (72,197,166). Sum of RGB (Red+Green+Blue) = 72+197+166=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #48C5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C5A6 is #B73A59. Grayscale: #9C9C9C. Windows color (decimal): -12008026 or 10929480. OLE color: 10929480.

HSL color Cylindrical-coordinate representation of color #48C5A6: hue angle of 165.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C5A6 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB72197166-
CMYK0.6300.160.23
HSL165.12º51.87%52.75%-
HSV(B)165.12º63.45%77.25%-
XYZ29.5244.0643.03-
YUV156.09133.5968.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.55%
GREEN value IS 197 (77.34% from 255) = 45.29%
BLUE value IS 166 (65.23% from 255) = 38.16%
R=16.55%
G=45.29%
B=38.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721971660.6300.160.23165.1251.8752.75
Hex48C5A63F01017a53435
Octal11030524677020272456465
Binary100100011000101101001101111110100001011110100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48C5A6; }

 p { color: rgb(72,197,166); }

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

<style>
 a { background-color: #48C5A6; }

 a { background-color: rgb(72,197,166); }

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

<style>
 span { border-color: #48C5A6; }

 span { border-color: rgb(72,197,166); }

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