Html Css Color HEX #48BFAB Puerto Rico

📋 copy color: '#48BFAB'

red 72 ◦ green 191 ◦ blue 171

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

Shades of Puerto Rico #48BFAB

Tints of Puerto Rico #48BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 16.59%
G = 44.01%
B = 39.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#48BFAB (or 0x48BFAB) is known color: Puerto Rico. HEX triplet: 48, BF and AB. RGB value is (72,191,171). Sum of RGB (Red+Green+Blue) = 72+191+171=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFAB is #B74054. Grayscale: #999999. Windows color (decimal): -12009557 or 11255624. OLE color: 11255624.

HSL color Cylindrical-coordinate representation of color #48BFAB: hue angle of 169.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BFAB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 171 -
CMYK 0.62 0 0.10 0.25
HSL 169.92º 0.48% 0.52% -
HSV(B) 169.92º 0.62% 0.75% -
XYZ 28.65 41.58 45.04 -
YUV 153.14 138.08 70.13 -
System Red Green Blue C M Y K H S L
Decimal 72 191 171 0.62 0 0.10 0.25 169.92 0.48 0.52
Hex 48 BF AB 3E 0 A 19 AA 30 34
Octal 110 277 253 76 0 12 31 252 60 64
Binary 1001000 10111111 10101011 111110 0 1010 11001 10101010 110000 110100

Color Harmonies of #48BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFAB

Black with #48BFAB

Text Example


Text Example

White with #48BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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