#48ACA4

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

Shades of Puerto Rico #48ACA4

Tints of Puerto Rico #48ACA4

Color information

#48ACA4 (or 0x48ACA4) is unknown color: approx Puerto Rico. HEX triplet: 48, AC and A4. RGB value is (72,172,164). Sum of RGB (Red+Green+Blue) = 72+172+164=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #48ACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ACA4 is #B7535B. Grayscale: #8D8D8D. Windows color (decimal): -12014428 or 10792008. OLE color: 10792008.

HSL color Cylindrical-coordinate representation of color #48ACA4: hue angle of 175.2º 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 #48ACA4 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB72172164-
CMYK0.5800.050.33
HSL175.2º40.98%47.84%-
HSV(B)175.2º58.14%67.45%-
XYZ24.1333.5640.33-
YUV141.19140.8778.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=17.65%
G=42.16%
B=40.20%

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
Decimal721721640.5800.050.33175.240.9847.84
Hex48ACA43A0521af2930
Octal1102542447205412575160
Binary10010001010110010100100111010010110000110101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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