Html Css Color HEX #48BEAC Puerto Rico

📋 copy color: '#48BEAC'

red 72 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #48BEAC

Tints of Puerto Rico #48BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 16.59%
G = 43.78%
B = 39.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#48BEAC (or 0x48BEAC) is known color: Puerto Rico. HEX triplet: 48, BE and AC. RGB value is (72,190,172). Sum of RGB (Red+Green+Blue) = 72+190+172=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BEAC is #B74153. Grayscale: #989898. Windows color (decimal): -12009812 or 11320904. OLE color: 11320904.

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

Color convert

RGB 72 190 172 -
CMYK 0.62 0 0.09 0.25
HSL 170.85º 0.48% 0.51% -
HSV(B) 170.85º 0.62% 0.75% -
XYZ 28.53 41.18 45.48 -
YUV 152.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 72 190 172 0.62 0 0.09 0.25 170.85 0.48 0.51
Hex 48 BE AC 3E 0 9 19 AB 30 33
Octal 110 276 254 76 0 11 31 253 60 63
Binary 1001000 10111110 10101100 111110 0 1001 11001 10101011 110000 110011

Color Harmonies of #48BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BEAC

Black with #48BEAC

Text Example


Text Example

White with #48BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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