Html Css Color HEX #48B1BA Viking

📋 copy color: '#48B1BA'

red 72 ◦ green 177 ◦ blue 186

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

Shades of Viking #48B1BA

Tints of Viking #48B1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 16.55%
G = 40.69%
B = 42.76%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#48B1BA (or 0x48B1BA) is known color: Viking. HEX triplet: 48, B1 and BA. RGB value is (72,177,186). Sum of RGB (Red+Green+Blue) = 72+177+186=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #48B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B1BA is #B74E45. Grayscale: #929292. Windows color (decimal): -12013126 or 12235080. OLE color: 12235080.

HSL color Cylindrical-coordinate representation of color #48B1BA: hue angle of 184.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B1BA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 177 186 -
CMYK 0.61 0.05 0 0.27
HSL 184.74º 0.45% 0.51% -
HSV(B) 184.74º 0.61% 0.73% -
XYZ 27.26 36.37 52.04 -
YUV 146.63 150.21 74.77 -
System Red Green Blue C M Y K H S L
Decimal 72 177 186 0.61 0.05 0 0.27 184.74 0.45 0.51
Hex 48 B1 BA 3D 5 0 1B B9 2D 33
Octal 110 261 272 75 5 0 33 271 55 63
Binary 1001000 10110001 10111010 111101 101 0 11011 10111001 101101 110011

Color Harmonies of #48B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B1BA

Black with #48B1BA

Text Example


Text Example

White with #48B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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