#48AFA5

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

Shades of Puerto Rico #48AFA5

Tints of Puerto Rico #48AFA5

Color information

#48AFA5 (or 0x48AFA5) is unknown color: approx Puerto Rico. HEX triplet: 48, AF and A5. RGB value is (72,175,165). Sum of RGB (Red+Green+Blue) = 72+175+165=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #48AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AFA5 is #B7505A. Grayscale: #8F8F8F. Windows color (decimal): -12013659 or 10858312. OLE color: 10858312.

HSL color Cylindrical-coordinate representation of color #48AFA5: hue angle of 174.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AFA5 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB72175165-
CMYK0.5900.060.31
HSL174.17º41.7%48.43%-
HSV(B)174.17º58.86%68.63%-
XYZ24.7934.7541-
YUV143.06140.3877.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.48%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=17.48%
G=42.48%
B=40.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751650.5900.060.31174.1741.748.43
Hex48AFA53B061Fae2a30
Octal1102572457306372565260
Binary1001000101011111010010111101101101111110101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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