Html Css Color HEX #48BA93 Puerto Rico

📋 copy color: '#48BA93'

red 72 ◦ green 186 ◦ blue 147

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

Shades of Puerto Rico #48BA93

Tints of Puerto Rico #48BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 17.78%
G = 45.93%
B = 36.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#48BA93 (or 0x48BA93) is known color: Puerto Rico. HEX triplet: 48, BA and 93. RGB value is (72,186,147). Sum of RGB (Red+Green+Blue) = 72+186+147=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA93 is #B7456C. Grayscale: #939393. Windows color (decimal): -12010861 or 9681480. OLE color: 9681480.

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

Color convert

RGB 72 186 147 -
CMYK 0.61 0 0.21 0.27
HSL 159.47º 0.45% 0.51% -
HSV(B) 159.47º 0.61% 0.73% -
XYZ 25.5 38.6 33.71 -
YUV 147.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 72 186 147 0.61 0 0.21 0.27 159.47 0.45 0.51
Hex 48 BA 93 3D 0 15 1B 9F 2D 33
Octal 110 272 223 75 0 25 33 237 55 63
Binary 1001000 10111010 10010011 111101 0 10101 11011 10011111 101101 110011

Color Harmonies of #48BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA93

Black with #48BA93

Text Example


Text Example

White with #48BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,147); }

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

background-color css

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

 a { background-color: rgb(72,186,147); }

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

border-color css

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

 span { border-color: rgb(72,186,147); }

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