Html Css Color HEX #48B1A4 Puerto Rico

📋 copy color: '#48B1A4'

red 72 ◦ green 177 ◦ blue 164

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

Shades of Puerto Rico #48B1A4

Tints of Puerto Rico #48B1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

 BLUE value IS 164 (64.45% from 255) = 39.71%

R = 17.43%
G = 42.86%
B = 39.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#48B1A4 (or 0x48B1A4) is known color: Puerto Rico. HEX triplet: 48, B1 and A4. RGB value is (72,177,164). Sum of RGB (Red+Green+Blue) = 72+177+164=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #48B1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B1A4 is #B74E5B. Grayscale: #909090. Windows color (decimal): -12013148 or 10793288. OLE color: 10793288.

HSL color Cylindrical-coordinate representation of color #48B1A4: hue angle of 172.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B1A4 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 177 164 -
CMYK 0.59 0 0.07 0.31
HSL 172.57º 0.42% 0.49% -
HSV(B) 172.57º 0.59% 0.69% -
XYZ 25.1 35.5 40.65 -
YUV 144.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 72 177 164 0.59 0 0.07 0.31 172.57 0.42 0.49
Hex 48 B1 A4 3B 0 7 1F AD 2A 31
Octal 110 261 244 73 0 7 37 255 52 61
Binary 1001000 10110001 10100100 111011 0 111 11111 10101101 101010 110001

Color Harmonies of #48B1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B1A4

Black with #48B1A4

Text Example


Text Example

White with #48B1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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