Html Css Color HEX #48BAAC Puerto Rico

📋 copy color: '#48BAAC'

red 72 ◦ green 186 ◦ blue 172

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

Shades of Puerto Rico #48BAAC

Tints of Puerto Rico #48BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

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

R = 16.74%
G = 43.26%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#48BAAC (or 0x48BAAC) is known color: Puerto Rico. HEX triplet: 48, BA and AC. RGB value is (72,186,172). Sum of RGB (Red+Green+Blue) = 72+186+172=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAAC is #B74553. Grayscale: #969696. Windows color (decimal): -12010836 or 11319880. OLE color: 11319880.

HSL color Cylindrical-coordinate representation of color #48BAAC: hue angle of 172.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BAAC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 172 -
CMYK 0.61 0 0.08 0.27
HSL 172.63º 0.45% 0.51% -
HSV(B) 172.63º 0.61% 0.73% -
XYZ 27.68 39.47 45.19 -
YUV 150.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 72 186 172 0.61 0 0.08 0.27 172.63 0.45 0.51
Hex 48 BA AC 3D 0 8 1B AD 2D 33
Octal 110 272 254 75 0 10 33 255 55 63
Binary 1001000 10111010 10101100 111101 0 1000 11011 10101101 101101 110011

Color Harmonies of #48BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAAC

Black with #48BAAC

Text Example


Text Example

White with #48BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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