Html Css Color HEX #48BFB0 Puerto Rico

📋 copy color: '#48BFB0'

red 72 ◦ green 191 ◦ blue 176

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

Shades of Puerto Rico #48BFB0

Tints of Puerto Rico #48BFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 16.4%
G = 43.51%
B = 40.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#48BFB0 (or 0x48BFB0) is known color: Puerto Rico. HEX triplet: 48, BF and B0. RGB value is (72,191,176). Sum of RGB (Red+Green+Blue) = 72+191+176=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFB0 is #B7404F. Grayscale: #999999. Windows color (decimal): -12009552 or 11583304. OLE color: 11583304.

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

Color convert

RGB 72 191 176 -
CMYK 0.62 0 0.08 0.25
HSL 172.44º 0.48% 0.52% -
HSV(B) 172.44º 0.62% 0.75% -
XYZ 29.14 41.77 47.6 -
YUV 153.71 140.58 69.72 -
System Red Green Blue C M Y K H S L
Decimal 72 191 176 0.62 0 0.08 0.25 172.44 0.48 0.52
Hex 48 BF B0 3E 0 8 19 AC 30 34
Octal 110 277 260 76 0 10 31 254 60 64
Binary 1001000 10111111 10110000 111110 0 1000 11001 10101100 110000 110100

Color Harmonies of #48BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFB0

Black with #48BFB0

Text Example


Text Example

White with #48BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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