Html Css Color HEX #48C3B1 Puerto Rico

📋 copy color: '#48C3B1'

red 72 ◦ green 195 ◦ blue 177

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

Shades of Puerto Rico #48C3B1

Tints of Puerto Rico #48C3B1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.92%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 16.22%
G = 43.92%
B = 39.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#48C3B1 (or 0x48C3B1) is known color: Puerto Rico. HEX triplet: 48, C3 and B1. RGB value is (72,195,177). Sum of RGB (Red+Green+Blue) = 72+195+177=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C3B1 is #B73C4E. Grayscale: #9C9C9C. Windows color (decimal): -12008527 or 11649864. OLE color: 11649864.

HSL color Cylindrical-coordinate representation of color #48C3B1: hue angle of 171.22º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C3B1 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 177 -
CMYK 0.63 0 0.09 0.24
HSL 171.22º 0.51% 0.52% -
HSV(B) 171.22º 0.63% 0.76% -
XYZ 30.12 43.58 48.42 -
YUV 156.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 72 195 177 0.63 0 0.09 0.24 171.22 0.51 0.52
Hex 48 C3 B1 3F 0 9 18 AB 33 34
Octal 110 303 261 77 0 11 30 253 63 64
Binary 1001000 11000011 10110001 111111 0 1001 11000 10101011 110011 110100

Color Harmonies of #48C3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C3B1

Black with #48C3B1

Text Example


Text Example

White with #48C3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,177); }

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

background-color css

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

 a { background-color: rgb(72,195,177); }

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

border-color css

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

 span { border-color: rgb(72,195,177); }

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