Html Css Color HEX #48BFA2 Puerto Rico

📋 copy color: '#48BFA2'

red 72 ◦ green 191 ◦ blue 162

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

Shades of Puerto Rico #48BFA2

Tints of Puerto Rico #48BFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 16.94%
G = 44.94%
B = 38.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#48BFA2 (or 0x48BFA2) is known color: Puerto Rico. HEX triplet: 48, BF and A2. RGB value is (72,191,162). Sum of RGB (Red+Green+Blue) = 72+191+162=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFA2 is #B7405D. Grayscale: #989898. Windows color (decimal): -12009566 or 10665800. OLE color: 10665800.

HSL color Cylindrical-coordinate representation of color #48BFA2: hue angle of 165.38º 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 #48BFA2 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 162 -
CMYK 0.62 0 0.15 0.25
HSL 165.38º 0.48% 0.52% -
HSV(B) 165.38º 0.62% 0.75% -
XYZ 27.82 41.25 40.68 -
YUV 152.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 72 191 162 0.62 0 0.15 0.25 165.38 0.48 0.52
Hex 48 BF A2 3E 0 F 19 A5 30 34
Octal 110 277 242 76 0 17 31 245 60 64
Binary 1001000 10111111 10100010 111110 0 1111 11001 10100101 110000 110100

Color Harmonies of #48BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFA2

Black with #48BFA2

Text Example


Text Example

White with #48BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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