#48AFA4

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

Shades of Puerto Rico #48AFA4

Tints of Puerto Rico #48AFA4

Color information

#48AFA4 (or 0x48AFA4) is unknown color: approx Puerto Rico. HEX triplet: 48, AF and A4. RGB value is (72,175,164). Sum of RGB (Red+Green+Blue) = 72+175+164=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #48AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AFA4 is #B7505B. Grayscale: #8E8E8E. Windows color (decimal): -12013660 or 10792776. OLE color: 10792776.

HSL color Cylindrical-coordinate representation of color #48AFA4: hue angle of 173.59º 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 #48AFA4 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB72175164-
CMYK0.5900.060.31
HSL173.59º41.7%48.43%-
HSV(B)173.59º58.86%68.63%-
XYZ24.734.7240.52-
YUV142.95139.8877.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=17.52%
G=42.58%
B=39.90%

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
Decimal721751640.5900.060.31173.5941.748.43
Hex48AFA43B061Fae2a30
Octal1102572447306372565260
Binary1001000101011111010010011101101101111110101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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