#48B198

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

Shades of Puerto Rico #48B198

Tints of Puerto Rico #48B198

Color information

#48B198 (or 0x48B198) is unknown color: approx Puerto Rico. HEX triplet: 48, B1 and 98. RGB value is (72,177,152). Sum of RGB (Red+Green+Blue) = 72+177+152=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #48B198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B198 is #B74E67. Grayscale: #8E8E8E. Windows color (decimal): -12013160 or 10006856. OLE color: 10006856.

HSL color Cylindrical-coordinate representation of color #48B198: hue angle of 165.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B198 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB72177152-
CMYK0.5900.140.31
HSL165.71º42.17%48.82%-
HSV(B)165.71º59.32%69.41%-
XYZ24.0635.0935.21-
YUV142.76133.2177.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=17.96%
G=44.14%
B=37.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771520.5900.140.31165.7142.1748.82
Hex48B1983B0E1Fa62a31
Octal11026123073016372465261
Binary10010001011000110011000111011011101111110100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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