Html Css Color HEX #48BEA0 Puerto Rico

📋 copy color: '#48BEA0'

red 72 ◦ green 190 ◦ blue 160

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

Shades of Puerto Rico #48BEA0

Tints of Puerto Rico #48BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.02%

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

R = 17.06%
G = 45.02%
B = 37.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#48BEA0 (or 0x48BEA0) is known color: Puerto Rico. HEX triplet: 48, BE and A0. RGB value is (72,190,160). Sum of RGB (Red+Green+Blue) = 72+190+160=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BEA0 is #B7415F. Grayscale: #979797. Windows color (decimal): -12009824 or 10534472. OLE color: 10534472.

HSL color Cylindrical-coordinate representation of color #48BEA0: hue angle of 164.75º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BEA0 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 160 -
CMYK 0.62 0 0.16 0.25
HSL 164.75º 0.48% 0.51% -
HSV(B) 164.75º 0.62% 0.75% -
XYZ 27.43 40.74 39.68 -
YUV 151.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 72 190 160 0.62 0 0.16 0.25 164.75 0.48 0.51
Hex 48 BE A0 3E 0 10 19 A5 30 33
Octal 110 276 240 76 0 20 31 245 60 63
Binary 1001000 10111110 10100000 111110 0 10000 11001 10100101 110000 110011

Color Harmonies of #48BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BEA0

Black with #48BEA0

Text Example


Text Example

White with #48BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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