Html Css Color HEX #48B9A6 Puerto Rico

📋 copy color: '#48B9A6'

red 72 ◦ green 185 ◦ blue 166

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

Shades of Puerto Rico #48B9A6

Tints of Puerto Rico #48B9A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 17.02%
G = 43.74%
B = 39.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#48B9A6 (or 0x48B9A6) is known color: Puerto Rico. HEX triplet: 48, B9 and A6. RGB value is (72,185,166). Sum of RGB (Red+Green+Blue) = 72+185+166=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #48B9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B9A6 is #B74659. Grayscale: #959595. Windows color (decimal): -12011098 or 10926408. OLE color: 10926408.

HSL color Cylindrical-coordinate representation of color #48B9A6: hue angle of 169.91º 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 #48B9A6 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 185 166 -
CMYK 0.61 0 0.10 0.27
HSL 169.91º 0.45% 0.5% -
HSV(B) 169.91º 0.61% 0.73% -
XYZ 26.9 38.83 42.15 -
YUV 149.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 72 185 166 0.61 0 0.10 0.27 169.91 0.45 0.5
Hex 48 B9 A6 3D 0 A 1B AA 2D 32
Octal 110 271 246 75 0 12 33 252 55 62
Binary 1001000 10111001 10100110 111101 0 1010 11011 10101010 101101 110010

Color Harmonies of #48B9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B9A6

Black with #48B9A6

Text Example


Text Example

White with #48B9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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