Html Css Color HEX #48BE9D Puerto Rico

📋 copy color: '#48BE9D'

red 72 ◦ green 190 ◦ blue 157

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

Shades of Puerto Rico #48BE9D

Tints of Puerto Rico #48BE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 17.18%
G = 45.35%
B = 37.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#48BE9D (or 0x48BE9D) is known color: Puerto Rico. HEX triplet: 48, BE and 9D. RGB value is (72,190,157). Sum of RGB (Red+Green+Blue) = 72+190+157=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE9D is #B74162. Grayscale: #969696. Windows color (decimal): -12009827 or 10337864. OLE color: 10337864.

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

Color convert

RGB 72 190 157 -
CMYK 0.62 0 0.17 0.25
HSL 163.22º 0.48% 0.51% -
HSV(B) 163.22º 0.62% 0.75% -
XYZ 27.17 40.64 38.31 -
YUV 150.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 72 190 157 0.62 0 0.17 0.25 163.22 0.48 0.51
Hex 48 BE 9D 3E 0 11 19 A3 30 33
Octal 110 276 235 76 0 21 31 243 60 63
Binary 1001000 10111110 10011101 111110 0 10001 11001 10100011 110000 110011

Color Harmonies of #48BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE9D

Black with #48BE9D

Text Example


Text Example

White with #48BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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