#48ACA3

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

Shades of Puerto Rico #48ACA3

Tints of Puerto Rico #48ACA3

Color information

#48ACA3 (or 0x48ACA3) is unknown color: approx Puerto Rico. HEX triplet: 48, AC and A3. RGB value is (72,172,163). Sum of RGB (Red+Green+Blue) = 72+172+163=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #48ACA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ACA3 is #B7535C. Grayscale: #8D8D8D. Windows color (decimal): -12014429 or 10726472. OLE color: 10726472.

HSL color Cylindrical-coordinate representation of color #48ACA3: hue angle of 174.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48ACA3 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB72172163-
CMYK0.5800.050.33
HSL174.6º40.98%47.84%-
HSV(B)174.6º58.14%67.45%-
XYZ24.0433.5339.85-
YUV141.07140.3778.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 163 (64.06% from 255) = 40.05%
R=17.69%
G=42.26%
B=40.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721721630.5800.050.33174.640.9847.84
Hex48ACA33A0521af2930
Octal1102542437205412575160
Binary10010001010110010100011111010010110000110101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,172,163); }

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

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

 a { background-color: rgb(72,172,163); }

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

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

 span { border-color: rgb(72,172,163); }

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