Html Css Color HEX #48BC9C Puerto Rico

📋 copy color: '#48BC9C'

red 72 ◦ green 188 ◦ blue 156

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

Shades of Puerto Rico #48BC9C

Tints of Puerto Rico #48BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.5%

R = 17.31%
G = 45.19%
B = 37.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#48BC9C (or 0x48BC9C) is known color: Puerto Rico. HEX triplet: 48, BC and 9C. RGB value is (72,188,156). Sum of RGB (Red+Green+Blue) = 72+188+156=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC9C is #B74363. Grayscale: #959595. Windows color (decimal): -12010340 or 10271816. OLE color: 10271816.

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

Color convert

RGB 72 188 156 -
CMYK 0.62 0 0.17 0.26
HSL 163.45º 0.46% 0.51% -
HSV(B) 163.45º 0.62% 0.74% -
XYZ 26.66 39.74 37.72 -
YUV 149.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 72 188 156 0.62 0 0.17 0.26 163.45 0.46 0.51
Hex 48 BC 9C 3E 0 11 1A A3 2E 33
Octal 110 274 234 76 0 21 32 243 56 63
Binary 1001000 10111100 10011100 111110 0 10001 11010 10100011 101110 110011

Color Harmonies of #48BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC9C

Black with #48BC9C

Text Example


Text Example

White with #48BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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