#48ABA5

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

Shades of Puerto Rico #48ABA5

Tints of Puerto Rico #48ABA5

Color information

#48ABA5 (or 0x48ABA5) is unknown color: approx Puerto Rico. HEX triplet: 48, AB and A5. RGB value is (72,171,165). Sum of RGB (Red+Green+Blue) = 72+171+165=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABA5 is #B7545A. Grayscale: #8C8C8C. Windows color (decimal): -12014683 or 10857288. OLE color: 10857288.

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

Color convert

RGB72171165-
CMYK0.5800.040.33
HSL176.36º40.74%47.65%-
HSV(B)176.36º57.89%67.06%-
XYZ24.0333.2240.74-
YUV140.72141.778.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=17.65%
G=41.91%
B=40.44%

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
Decimal721711650.5800.040.33176.3640.7447.65
Hex48ABA53A0421b02930
Octal1102532457204412605160
Binary10010001010101110100101111010010010000110110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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