Html Css Color HEX #48ABA5 Puerto Rico

📋 copy color: '#48ABA5'

red 72 ◦ green 171 ◦ blue 165

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

Shades of Puerto Rico #48ABA5

Tints of Puerto Rico #48ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 17.65%
G = 41.91%
B = 40.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#48ABA5 (or 0x48ABA5) is known color: Puerto Rico. HEX triplet: 48, AB and A5. RGB value is (72,171,165). Sum of RGB (Red+Green+Blue) = 72+171+165=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABA5 is #B7545A. Grayscale: #8C8C8C. Windows color (decimal): -12014683 or 10857288. OLE color: 10857288.

HSL color Cylindrical-coordinate representation of color #48ABA5: hue angle of 176.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48ABA5 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 171 165 -
CMYK 0.58 0 0.04 0.33
HSL 176.36º 0.41% 0.48% -
HSV(B) 176.36º 0.58% 0.67% -
XYZ 24.03 33.22 40.74 -
YUV 140.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 72 171 165 0.58 0 0.04 0.33 176.36 0.41 0.48
Hex 48 AB A5 3A 0 4 21 B0 29 30
Octal 110 253 245 72 0 4 41 260 51 60
Binary 1001000 10101011 10100101 111010 0 100 100001 10110000 101001 110000

Color Harmonies of #48ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABA5

Black with #48ABA5

Text Example


Text Example

White with #48ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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