Html Css Color HEX #48B099 Puerto Rico

📋 copy color: '#48B099'

red 72 ◦ green 176 ◦ blue 153

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

Shades of Puerto Rico #48B099

Tints of Puerto Rico #48B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

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

R = 17.96%
G = 43.89%
B = 38.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#48B099 (or 0x48B099) is known color: Puerto Rico. HEX triplet: 48, B0 and 99. RGB value is (72,176,153). Sum of RGB (Red+Green+Blue) = 72+176+153=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #48B099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B099 is #B74F66. Grayscale: #8E8E8E. Windows color (decimal): -12013415 or 10072136. OLE color: 10072136.

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

Color convert

RGB 72 176 153 -
CMYK 0.59 0 0.13 0.31
HSL 166.73º 0.42% 0.49% -
HSV(B) 166.73º 0.59% 0.69% -
XYZ 23.95 34.73 35.58 -
YUV 142.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 72 176 153 0.59 0 0.13 0.31 166.73 0.42 0.49
Hex 48 B0 99 3B 0 D 1F A7 2A 31
Octal 110 260 231 73 0 15 37 247 52 61
Binary 1001000 10110000 10011001 111011 0 1101 11111 10100111 101010 110001

Color Harmonies of #48B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B099

Black with #48B099

Text Example


Text Example

White with #48B099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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