Html Css Color HEX #48B3A0 Puerto Rico

📋 copy color: '#48B3A0'

red 72 ◦ green 179 ◦ blue 160

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

Shades of Puerto Rico #48B3A0

Tints of Puerto Rico #48B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 17.52%
G = 43.55%
B = 38.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#48B3A0 (or 0x48B3A0) is known color: Puerto Rico. HEX triplet: 48, B3 and A0. RGB value is (72,179,160). Sum of RGB (Red+Green+Blue) = 72+179+160=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #48B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B3A0 is #B74C5F. Grayscale: #909090. Windows color (decimal): -12012640 or 10531656. OLE color: 10531656.

HSL color Cylindrical-coordinate representation of color #48B3A0: hue angle of 169.35º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B3A0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 179 160 -
CMYK 0.60 0 0.11 0.30
HSL 169.35º 0.43% 0.49% -
HSV(B) 169.35º 0.6% 0.7% -
XYZ 25.14 36.16 38.91 -
YUV 144.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 72 179 160 0.60 0 0.11 0.30 169.35 0.43 0.49
Hex 48 B3 A0 3C 0 B 1E A9 2B 31
Octal 110 263 240 74 0 13 36 251 53 61
Binary 1001000 10110011 10100000 111100 0 1011 11110 10101001 101011 110001

Color Harmonies of #48B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B3A0

Black with #48B3A0

Text Example


Text Example

White with #48B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,179,160); }

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

background-color css

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

 a { background-color: rgb(72,179,160); }

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

border-color css

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

 span { border-color: rgb(72,179,160); }

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