#48C098

Color #48C098 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #48C098

Tints of Puerto Rico #48C098

Color information

#48C098 (or 0x48C098) is unknown color: approx Puerto Rico. HEX triplet: 48, C0 and 98. RGB value is (72,192,152). Sum of RGB (Red+Green+Blue) = 72+192+152=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #48C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C098 is #B73F67. Grayscale: #979797. Windows color (decimal): -12009320 or 10010696. OLE color: 10010696.

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

Color convert

RGB72192152-
CMYK0.6300.210.25
HSL160º48.78%51.76%-
HSV(B)160º62.5%75.29%-
XYZ27.1941.3436.25-
YUV151.56128.2471.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=17.31%
G=46.15%
B=36.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921520.6300.210.2516048.7851.76
Hex48C0983F01519a03134
Octal11030023077025312406164
Binary100100011000000100110001111110101011100110100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48C098;
 }
 .AnyTagClassName
 {
   color: #48C098;
 }
</style>
background-color css

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

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

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

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

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

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