Html Css Color HEX #48BFA3 Puerto Rico

📋 copy color: '#48BFA3'

red 72 ◦ green 191 ◦ blue 163

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

Shades of Puerto Rico #48BFA3

Tints of Puerto Rico #48BFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.26%

R = 16.9%
G = 44.84%
B = 38.26%

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

#48BFA3 (or 0x48BFA3) is known color: Puerto Rico. HEX triplet: 48, BF and A3. RGB value is (72,191,163). Sum of RGB (Red+Green+Blue) = 72+191+163=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFA3 is #B7405C. Grayscale: #989898. Windows color (decimal): -12009565 or 10731336. OLE color: 10731336.

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

Color convert

RGB 72 191 163 -
CMYK 0.62 0 0.15 0.25
HSL 165.88º 0.48% 0.52% -
HSV(B) 165.88º 0.62% 0.75% -
XYZ 27.91 41.28 41.15 -
YUV 152.23 134.08 70.78 -
System Red Green Blue C M Y K H S L
Decimal 72 191 163 0.62 0 0.15 0.25 165.88 0.48 0.52
Hex 48 BF A3 3E 0 F 19 A6 30 34
Octal 110 277 243 76 0 17 31 246 60 64
Binary 1001000 10111111 10100011 111110 0 1111 11001 10100110 110000 110100

Color Harmonies of #48BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFA3

Black with #48BFA3

Text Example


Text Example

White with #48BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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