Html Css Color HEX #48C29F Puerto Rico

📋 copy color: '#48C29F'

red 72 ◦ green 194 ◦ blue 159

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

Shades of Puerto Rico #48C29F

Tints of Puerto Rico #48C29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

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

R = 16.94%
G = 45.65%
B = 37.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#48C29F (or 0x48C29F) is known color: Puerto Rico. HEX triplet: 48, C2 and 9F. RGB value is (72,194,159). Sum of RGB (Red+Green+Blue) = 72+194+159=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #48C29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C29F is #B73D60. Grayscale: #999999. Windows color (decimal): -12008801 or 10469960. OLE color: 10469960.

HSL color Cylindrical-coordinate representation of color #48C29F: hue angle of 162.79º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C29F is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 159 -
CMYK 0.63 0 0.18 0.24
HSL 162.79º 0.5% 0.52% -
HSV(B) 162.79º 0.63% 0.76% -
XYZ 28.22 42.46 39.51 -
YUV 153.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 72 194 159 0.63 0 0.18 0.24 162.79 0.5 0.52
Hex 48 C2 9F 3F 0 12 18 A3 32 34
Octal 110 302 237 77 0 22 30 243 62 64
Binary 1001000 11000010 10011111 111111 0 10010 11000 10100011 110010 110100

Color Harmonies of #48C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C29F

Black with #48C29F

Text Example


Text Example

White with #48C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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