Html Css Color HEX #48B59E Puerto Rico

📋 copy color: '#48B59E'

red 72 ◦ green 181 ◦ blue 158

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

Shades of Puerto Rico #48B59E

Tints of Puerto Rico #48B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 17.52%
G = 44.04%
B = 38.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#48B59E (or 0x48B59E) is known color: Puerto Rico. HEX triplet: 48, B5 and 9E. RGB value is (72,181,158). Sum of RGB (Red+Green+Blue) = 72+181+158=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #48B59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B59E is #B74A61. Grayscale: #919191. Windows color (decimal): -12012130 or 10401096. OLE color: 10401096.

HSL color Cylindrical-coordinate representation of color #48B59E: hue angle of 167.34º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B59E is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 158 -
CMYK 0.60 0 0.13 0.29
HSL 167.34º 0.43% 0.5% -
HSV(B) 167.34º 0.6% 0.71% -
XYZ 25.37 36.89 38.13 -
YUV 145.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 72 181 158 0.60 0 0.13 0.29 167.34 0.43 0.5
Hex 48 B5 9E 3C 0 D 1D A7 2B 32
Octal 110 265 236 74 0 15 35 247 53 62
Binary 1001000 10110101 10011110 111100 0 1101 11101 10100111 101011 110010

Color Harmonies of #48B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B59E

Black with #48B59E

Text Example


Text Example

White with #48B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,181,158); }

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

background-color css

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

 a { background-color: rgb(72,181,158); }

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

border-color css

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

 span { border-color: rgb(72,181,158); }

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