Html Css Color HEX #48BBAC Puerto Rico

📋 copy color: '#48BBAC'

red 72 ◦ green 187 ◦ blue 172

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

Shades of Puerto Rico #48BBAC

Tints of Puerto Rico #48BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.39%

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

R = 16.71%
G = 43.39%
B = 39.91%

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

#48BBAC (or 0x48BBAC) is known color: Puerto Rico. HEX triplet: 48, BB and AC. RGB value is (72,187,172). Sum of RGB (Red+Green+Blue) = 72+187+172=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BBAC is #B74453. Grayscale: #969696. Windows color (decimal): -12010580 or 11320136. OLE color: 11320136.

HSL color Cylindrical-coordinate representation of color #48BBAC: hue angle of 172.17º degrees, saturation: 0.46, 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 #48BBAC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 187 172 -
CMYK 0.61 0 0.08 0.27
HSL 172.17º 0.46% 0.51% -
HSV(B) 172.17º 0.61% 0.73% -
XYZ 27.89 39.9 45.26 -
YUV 150.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 72 187 172 0.61 0 0.08 0.27 172.17 0.46 0.51
Hex 48 BB AC 3D 0 8 1B AC 2E 33
Octal 110 273 254 75 0 10 33 254 56 63
Binary 1001000 10111011 10101100 111101 0 1000 11011 10101100 101110 110011

Color Harmonies of #48BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBAC

Black with #48BBAC

Text Example


Text Example

White with #48BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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