Html Css Color HEX #48ADA8 Puerto Rico

📋 copy color: '#48ADA8'

red 72 ◦ green 173 ◦ blue 168

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

Shades of Puerto Rico #48ADA8

Tints of Puerto Rico #48ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 17.43%
G = 41.89%
B = 40.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#48ADA8 (or 0x48ADA8) is known color: Puerto Rico. HEX triplet: 48, AD and A8. RGB value is (72,173,168). Sum of RGB (Red+Green+Blue) = 72+173+168=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #48ADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ADA8 is #B75257. Grayscale: #8E8E8E. Windows color (decimal): -12014168 or 11054408. OLE color: 11054408.

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

Color convert

RGB 72 173 168 -
CMYK 0.58 0 0.03 0.32
HSL 177.03º 0.41% 0.48% -
HSV(B) 177.03º 0.58% 0.68% -
XYZ 24.68 34.09 42.33 -
YUV 142.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 72 173 168 0.58 0 0.03 0.32 177.03 0.41 0.48
Hex 48 AD A8 3A 0 3 20 B1 29 30
Octal 110 255 250 72 0 3 40 261 51 60
Binary 1001000 10101101 10101000 111010 0 11 100000 10110001 101001 110000

Color Harmonies of #48ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADA8

Black with #48ADA8

Text Example


Text Example

White with #48ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,168); }

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

background-color css

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

 a { background-color: rgb(72,173,168); }

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

border-color css

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

 span { border-color: rgb(72,173,168); }

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