Html Css Color HEX #48BAB7 Viking

📋 copy color: '#48BAB7'

red 72 ◦ green 186 ◦ blue 183

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

Shades of Viking #48BAB7

Tints of Viking #48BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 16.33%
G = 42.18%
B = 41.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#48BAB7 (or 0x48BAB7) is known color: Viking. HEX triplet: 48, BA and B7. RGB value is (72,186,183). Sum of RGB (Red+Green+Blue) = 72+186+183=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BAB7 is #B74548. Grayscale: #979797. Windows color (decimal): -12010825 or 12040776. OLE color: 12040776.

HSL color Cylindrical-coordinate representation of color #48BAB7: hue angle of 178.42º 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 #48BAB7 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 183 -
CMYK 0.61 0 0.02 0.27
HSL 178.42º 0.45% 0.51% -
HSV(B) 178.42º 0.61% 0.73% -
XYZ 28.78 39.91 50.99 -
YUV 151.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 72 186 183 0.61 0 0.02 0.27 178.42 0.45 0.51
Hex 48 BA B7 3D 0 2 1B B2 2D 33
Octal 110 272 267 75 0 2 33 262 55 63
Binary 1001000 10111010 10110111 111101 0 10 11011 10110010 101101 110011

Color Harmonies of #48BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAB7

Black with #48BAB7

Text Example


Text Example

White with #48BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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