#48C3A2

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

Shades of Puerto Rico #48C3A2

Tints of Puerto Rico #48C3A2

Color information

#48C3A2 (or 0x48C3A2) is unknown color: approx Puerto Rico. HEX triplet: 48, C3 and A2. RGB value is (72,195,162). Sum of RGB (Red+Green+Blue) = 72+195+162=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C3A2 is #B73C5D. Grayscale: #9A9A9A. Windows color (decimal): -12008542 or 10666824. OLE color: 10666824.

HSL color Cylindrical-coordinate representation of color #48C3A2: hue angle of 163.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C3A2 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB72195162-
CMYK0.6300.170.24
HSL163.9º50.62%52.35%-
HSV(B)163.9º63.08%76.47%-
XYZ28.7143.0240.97-
YUV154.46132.2569.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=16.78%
G=45.45%
B=37.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951620.6300.170.24163.950.6252.35
Hex48C3A23F01118a43334
Octal11030324277021302446364
Binary100100011000011101000101111110100011100010100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,162); }

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

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

 a { background-color: rgb(72,195,162); }

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

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

 span { border-color: rgb(72,195,162); }

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