Html Css Color HEX #48BC9A Puerto Rico

📋 copy color: '#48BC9A'

red 72 ◦ green 188 ◦ blue 154

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

Shades of Puerto Rico #48BC9A

Tints of Puerto Rico #48BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 17.39%
G = 45.41%
B = 37.2%

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

#48BC9A (or 0x48BC9A) is known color: Puerto Rico. HEX triplet: 48, BC and 9A. RGB value is (72,188,154). Sum of RGB (Red+Green+Blue) = 72+188+154=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC9A is #B74365. Grayscale: #959595. Windows color (decimal): -12010342 or 10140744. OLE color: 10140744.

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

Color convert

RGB 72 188 154 -
CMYK 0.62 0 0.18 0.26
HSL 162.41º 0.46% 0.51% -
HSV(B) 162.41º 0.62% 0.74% -
XYZ 26.49 39.68 36.83 -
YUV 149.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 72 188 154 0.62 0 0.18 0.26 162.41 0.46 0.51
Hex 48 BC 9A 3E 0 12 1A A2 2E 33
Octal 110 274 232 76 0 22 32 242 56 63
Binary 1001000 10111100 10011010 111110 0 10010 11010 10100010 101110 110011

Color Harmonies of #48BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC9A

Black with #48BC9A

Text Example


Text Example

White with #48BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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