Html Css Color HEX #48BE9A Puerto Rico

📋 copy color: '#48BE9A'

red 72 ◦ green 190 ◦ blue 154

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

Shades of Puerto Rico #48BE9A

Tints of Puerto Rico #48BE9A

RGB

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

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

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

R = 17.31%
G = 45.67%
B = 37.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#48BE9A (or 0x48BE9A) is known color: Puerto Rico. HEX triplet: 48, BE and 9A. RGB value is (72,190,154). Sum of RGB (Red+Green+Blue) = 72+190+154=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE9A is #B74165. Grayscale: #969696. Windows color (decimal): -12009830 or 10141256. OLE color: 10141256.

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

Color convert

RGB 72 190 154 -
CMYK 0.62 0 0.19 0.25
HSL 161.69º 0.48% 0.51% -
HSV(B) 161.69º 0.62% 0.75% -
XYZ 26.92 40.54 36.98 -
YUV 150.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 72 190 154 0.62 0 0.19 0.25 161.69 0.48 0.51
Hex 48 BE 9A 3E 0 13 19 A2 30 33
Octal 110 276 232 76 0 23 31 242 60 63
Binary 1001000 10111110 10011010 111110 0 10011 11001 10100010 110000 110011

Color Harmonies of #48BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE9A

Black with #48BE9A

Text Example


Text Example

White with #48BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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