Html Css Color HEX #48C59F Puerto Rico

📋 copy color: '#48C59F'

red 72 ◦ green 197 ◦ blue 159

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

Shades of Puerto Rico #48C59F

Tints of Puerto Rico #48C59F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 16.82%
G = 46.03%
B = 37.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#48C59F (or 0x48C59F) is known color: Puerto Rico. HEX triplet: 48, C5 and 9F. RGB value is (72,197,159). Sum of RGB (Red+Green+Blue) = 72+197+159=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #48C59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C59F is #B73A60. Grayscale: #9B9B9B. Windows color (decimal): -12008033 or 10470728. OLE color: 10470728.

HSL color Cylindrical-coordinate representation of color #48C59F: hue angle of 161.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C59F is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 159 -
CMYK 0.63 0 0.19 0.23
HSL 161.76º 0.52% 0.53% -
HSV(B) 161.76º 0.63% 0.77% -
XYZ 28.9 43.81 39.73 -
YUV 155.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 72 197 159 0.63 0 0.19 0.23 161.76 0.52 0.53
Hex 48 C5 9F 3F 0 13 17 A2 34 35
Octal 110 305 237 77 0 23 27 242 64 65
Binary 1001000 11000101 10011111 111111 0 10011 10111 10100010 110100 110101

Color Harmonies of #48C59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C59F

Black with #48C59F

Text Example


Text Example

White with #48C59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,159); }

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

background-color css

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

 a { background-color: rgb(72,197,159); }

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

border-color css

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

 span { border-color: rgb(72,197,159); }

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