Html Css Color HEX #48C09D Puerto Rico

📋 copy color: '#48C09D'

red 72 ◦ green 192 ◦ blue 157

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

Shades of Puerto Rico #48C09D

Tints of Puerto Rico #48C09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 17.1%
G = 45.61%
B = 37.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#48C09D (or 0x48C09D) is known color: Puerto Rico. HEX triplet: 48, C0 and 9D. RGB value is (72,192,157). Sum of RGB (Red+Green+Blue) = 72+192+157=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #48C09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C09D is #B73F62. Grayscale: #989898. Windows color (decimal): -12009315 or 10338376. OLE color: 10338376.

HSL color Cylindrical-coordinate representation of color #48C09D: hue angle of 162.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C09D is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 157 -
CMYK 0.63 0 0.18 0.25
HSL 162.5º 0.49% 0.52% -
HSV(B) 162.5º 0.63% 0.75% -
XYZ 27.61 41.51 38.46 -
YUV 152.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 72 192 157 0.63 0 0.18 0.25 162.5 0.49 0.52
Hex 48 C0 9D 3F 0 12 19 A2 31 34
Octal 110 300 235 77 0 22 31 242 61 64
Binary 1001000 11000000 10011101 111111 0 10010 11001 10100010 110001 110100

Color Harmonies of #48C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C09D

Black with #48C09D

Text Example


Text Example

White with #48C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,157); }

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

background-color css

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

 a { background-color: rgb(72,192,157); }

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

border-color css

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

 span { border-color: rgb(72,192,157); }

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