Html Css Color HEX #48B9A0 Puerto Rico

📋 copy color: '#48B9A0'

red 72 ◦ green 185 ◦ blue 160

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

Shades of Puerto Rico #48B9A0

Tints of Puerto Rico #48B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 17.27%
G = 44.36%
B = 38.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#48B9A0 (or 0x48B9A0) is known color: Puerto Rico. HEX triplet: 48, B9 and A0. RGB value is (72,185,160). Sum of RGB (Red+Green+Blue) = 72+185+160=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #48B9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B9A0 is #B7465F. Grayscale: #949494. Windows color (decimal): -12011104 or 10533192. OLE color: 10533192.

HSL color Cylindrical-coordinate representation of color #48B9A0: hue angle of 166.73º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B9A0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 185 160 -
CMYK 0.61 0 0.14 0.27
HSL 166.73º 0.45% 0.5% -
HSV(B) 166.73º 0.61% 0.73% -
XYZ 26.37 38.61 39.32 -
YUV 148.36 134.56 73.53 -
System Red Green Blue C M Y K H S L
Decimal 72 185 160 0.61 0 0.14 0.27 166.73 0.45 0.5
Hex 48 B9 A0 3D 0 E 1B A7 2D 32
Octal 110 271 240 75 0 16 33 247 55 62
Binary 1001000 10111001 10100000 111101 0 1110 11011 10100111 101101 110010

Color Harmonies of #48B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B9A0

Black with #48B9A0

Text Example


Text Example

White with #48B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,185,160); }

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

background-color css

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

 a { background-color: rgb(72,185,160); }

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

border-color css

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

 span { border-color: rgb(72,185,160); }

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