Html Css Color HEX #48BAAB Puerto Rico

📋 copy color: '#48BAAB'

red 72 ◦ green 186 ◦ blue 171

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

Shades of Puerto Rico #48BAAB

Tints of Puerto Rico #48BAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 16.78%
G = 43.36%
B = 39.86%

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

#48BAAB (or 0x48BAAB) is known color: Puerto Rico. HEX triplet: 48, BA and AB. RGB value is (72,186,171). Sum of RGB (Red+Green+Blue) = 72+186+171=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAAB is #B74554. Grayscale: #969696. Windows color (decimal): -12010837 or 11254344. OLE color: 11254344.

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

Color convert

RGB 72 186 171 -
CMYK 0.61 0 0.08 0.27
HSL 172.11º 0.45% 0.51% -
HSV(B) 172.11º 0.61% 0.73% -
XYZ 27.58 39.44 44.69 -
YUV 150.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 72 186 171 0.61 0 0.08 0.27 172.11 0.45 0.51
Hex 48 BA AB 3D 0 8 1B AC 2D 33
Octal 110 272 253 75 0 10 33 254 55 63
Binary 1001000 10111010 10101011 111101 0 1000 11011 10101100 101101 110011

Color Harmonies of #48BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAAB

Black with #48BAAB

Text Example


Text Example

White with #48BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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