Html Css Color HEX #48AA99 Puerto Rico

📋 copy color: '#48AA99'

red 72 ◦ green 170 ◦ blue 153

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

Shades of Puerto Rico #48AA99

Tints of Puerto Rico #48AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 18.23%
G = 43.04%
B = 38.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#48AA99 (or 0x48AA99) is known color: Puerto Rico. HEX triplet: 48, AA and 99. RGB value is (72,170,153). Sum of RGB (Red+Green+Blue) = 72+170+153=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA99 is #B75566. Grayscale: #8A8A8A. Windows color (decimal): -12014951 or 10070600. OLE color: 10070600.

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

Color convert

RGB 72 170 153 -
CMYK 0.58 0 0.1 0.33
HSL 169.59º 0.4% 0.47% -
HSV(B) 169.59º 0.58% 0.67% -
XYZ 22.8 32.43 35.19 -
YUV 138.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 72 170 153 0.58 0 0.1 0.33 169.59 0.4 0.47
Hex 48 AA 99 3A 0 A 21 AA 28 2F
Octal 110 252 231 72 0 12 41 252 50 57
Binary 1001000 10101010 10011001 111010 0 1010 100001 10101010 101000 101111

Color Harmonies of #48AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA99

Black with #48AA99

Text Example


Text Example

White with #48AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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