Html Css Color HEX #48BC9B Puerto Rico

📋 copy color: '#48BC9B'

red 72 ◦ green 188 ◦ blue 155

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

Shades of Puerto Rico #48BC9B

Tints of Puerto Rico #48BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 17.35%
G = 45.3%
B = 37.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#48BC9B (or 0x48BC9B) is known color: Puerto Rico. HEX triplet: 48, BC and 9B. RGB value is (72,188,155). Sum of RGB (Red+Green+Blue) = 72+188+155=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC9B is #B74364. Grayscale: #959595. Windows color (decimal): -12010341 or 10206280. OLE color: 10206280.

HSL color Cylindrical-coordinate representation of color #48BC9B: hue angle of 162.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC9B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 155 -
CMYK 0.62 0 0.18 0.26
HSL 162.93º 0.46% 0.51% -
HSV(B) 162.93º 0.62% 0.74% -
XYZ 26.57 39.71 37.27 -
YUV 149.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 72 188 155 0.62 0 0.18 0.26 162.93 0.46 0.51
Hex 48 BC 9B 3E 0 12 1A A3 2E 33
Octal 110 274 233 76 0 22 32 243 56 63
Binary 1001000 10111100 10011011 111110 0 10010 11010 10100011 101110 110011

Color Harmonies of #48BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC9B

Black with #48BC9B

Text Example


Text Example

White with #48BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,155); }

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

background-color css

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

 a { background-color: rgb(72,188,155); }

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

border-color css

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

 span { border-color: rgb(72,188,155); }

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