Html Css Color HEX #48AA9F Puerto Rico

📋 copy color: '#48AA9F'

red 72 ◦ green 170 ◦ blue 159

#48AA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #48AA9F

Tints of Puerto Rico #48AA9F

RGB

 RED value IS 72 (28.52% from 255) = 17.96%

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 17.96%
G = 42.39%
B = 39.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#48AA9F (or 0x48AA9F) is known color: Puerto Rico. HEX triplet: 48, AA and 9F. RGB value is (72,170,159). Sum of RGB (Red+Green+Blue) = 72+170+159=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA9F is #B75560. Grayscale: #8B8B8B. Windows color (decimal): -12014945 or 10463816. OLE color: 10463816.

HSL color Cylindrical-coordinate representation of color #48AA9F: hue angle of 173.27º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA9F is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 159 -
CMYK 0.58 0 0.06 0.33
HSL 173.27º 0.4% 0.47% -
HSV(B) 173.27º 0.58% 0.67% -
XYZ 23.31 32.63 37.87 -
YUV 139.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 72 170 159 0.58 0 0.06 0.33 173.27 0.4 0.47
Hex 48 AA 9F 3A 0 6 21 AD 28 2F
Octal 110 252 237 72 0 6 41 255 50 57
Binary 1001000 10101010 10011111 111010 0 110 100001 10101101 101000 101111

Color Harmonies of #48AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA9F

Black with #48AA9F

Text Example


Text Example

White with #48AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,170,159); }

 H1.HeaderClassName
 {
   color: #48AA9F;
 }
 .AnyTagClassName
 {
   color: #48AA9F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,170,159); }

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

border-color css

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

 span { border-color: rgb(72,170,159); }

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