Html Css Color HEX #48C09A Puerto Rico

📋 copy color: '#48C09A'

red 72 ◦ green 192 ◦ blue 154

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

Shades of Puerto Rico #48C09A

Tints of Puerto Rico #48C09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 17.22%
G = 45.93%
B = 36.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#48C09A (or 0x48C09A) is known color: Puerto Rico. HEX triplet: 48, C0 and 9A. RGB value is (72,192,154). Sum of RGB (Red+Green+Blue) = 72+192+154=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #48C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C09A is #B73F65. Grayscale: #979797. Windows color (decimal): -12009318 or 10141768. OLE color: 10141768.

HSL color Cylindrical-coordinate representation of color #48C09A: hue angle of 161º 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 #48C09A is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 154 -
CMYK 0.63 0 0.20 0.25
HSL 161º 0.49% 0.52% -
HSV(B) 161º 0.63% 0.75% -
XYZ 27.35 41.41 37.12 -
YUV 151.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 72 192 154 0.63 0 0.20 0.25 161 0.49 0.52
Hex 48 C0 9A 3F 0 14 19 A1 31 34
Octal 110 300 232 77 0 24 31 241 61 64
Binary 1001000 11000000 10011010 111111 0 10100 11001 10100001 110001 110100

Color Harmonies of #48C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C09A

Black with #48C09A

Text Example


Text Example

White with #48C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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