#48ACA7

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

Shades of Puerto Rico #48ACA7

Tints of Puerto Rico #48ACA7

Color information

#48ACA7 (or 0x48ACA7) is unknown color: approx Puerto Rico. HEX triplet: 48, AC and A7. RGB value is (72,172,167). Sum of RGB (Red+Green+Blue) = 72+172+167=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #48ACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ACA7 is #B75358. Grayscale: #8D8D8D. Windows color (decimal): -12014425 or 10988616. OLE color: 10988616.

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

Color convert

RGB72172167-
CMYK0.5800.030.33
HSL177º40.98%47.84%-
HSV(B)177º58.14%67.45%-
XYZ24.433.6741.77-
YUV141.53142.3778.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=17.52%
G=41.85%
B=40.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721721670.5800.030.3317740.9847.84
Hex48ACA73A0321b12930
Octal1102542477203412615160
Binary1001000101011001010011111101001110000110110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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