#48ABA4

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

Shades of Puerto Rico #48ABA4

Tints of Puerto Rico #48ABA4

Color information

#48ABA4 (or 0x48ABA4) is unknown color: approx Puerto Rico. HEX triplet: 48, AB and A4. RGB value is (72,171,164). Sum of RGB (Red+Green+Blue) = 72+171+164=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABA4 is #B7545B. Grayscale: #8C8C8C. Windows color (decimal): -12014684 or 10791752. OLE color: 10791752.

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

Color convert

RGB72171164-
CMYK0.5800.040.33
HSL175.76º40.74%47.65%-
HSV(B)175.76º57.89%67.06%-
XYZ23.9433.1840.27-
YUV140.6141.279.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=17.69%
G=42.01%
B=40.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711640.5800.040.33175.7640.7447.65
Hex48ABA43A0421b02930
Octal1102532447204412605160
Binary10010001010101110100100111010010010000110110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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