Html Css Color HEX #48AB9E Puerto Rico

📋 copy color: '#48AB9E'

red 72 ◦ green 171 ◦ blue 158

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

Shades of Puerto Rico #48AB9E

Tints of Puerto Rico #48AB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 17.96%
G = 42.64%
B = 39.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#48AB9E (or 0x48AB9E) is known color: Puerto Rico. HEX triplet: 48, AB and 9E. RGB value is (72,171,158). Sum of RGB (Red+Green+Blue) = 72+171+158=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB9E is #B75461. Grayscale: #8B8B8B. Windows color (decimal): -12014690 or 10398536. OLE color: 10398536.

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

Color convert

RGB 72 171 158 -
CMYK 0.58 0 0.08 0.33
HSL 172.12º 0.41% 0.48% -
HSV(B) 172.12º 0.58% 0.67% -
XYZ 23.41 32.97 37.48 -
YUV 139.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 72 171 158 0.58 0 0.08 0.33 172.12 0.41 0.48
Hex 48 AB 9E 3A 0 8 21 AC 29 30
Octal 110 253 236 72 0 10 41 254 51 60
Binary 1001000 10101011 10011110 111010 0 1000 100001 10101100 101001 110000

Color Harmonies of #48AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB9E

Black with #48AB9E

Text Example


Text Example

White with #48AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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