Html Css Color HEX #48BAA5 Puerto Rico

📋 copy color: '#48BAA5'

red 72 ◦ green 186 ◦ blue 165

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

Shades of Puerto Rico #48BAA5

Tints of Puerto Rico #48BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 17.02%
G = 43.97%
B = 39.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#48BAA5 (or 0x48BAA5) is known color: Puerto Rico. HEX triplet: 48, BA and A5. RGB value is (72,186,165). Sum of RGB (Red+Green+Blue) = 72+186+165=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAA5 is #B7455A. Grayscale: #959595. Windows color (decimal): -12010843 or 10861128. OLE color: 10861128.

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

Color convert

RGB 72 186 165 -
CMYK 0.61 0 0.11 0.27
HSL 168.95º 0.45% 0.51% -
HSV(B) 168.95º 0.61% 0.73% -
XYZ 27.02 39.21 41.74 -
YUV 149.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 72 186 165 0.61 0 0.11 0.27 168.95 0.45 0.51
Hex 48 BA A5 3D 0 B 1B A9 2D 33
Octal 110 272 245 75 0 13 33 251 55 63
Binary 1001000 10111010 10100101 111101 0 1011 11011 10101001 101101 110011

Color Harmonies of #48BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAA5

Black with #48BAA5

Text Example


Text Example

White with #48BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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