Html Css Color HEX #48BABD Viking

📋 copy color: '#48BABD'

red 72 ◦ green 186 ◦ blue 189

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

Shades of Viking #48BABD

Tints of Viking #48BABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 16.11%
G = 41.61%
B = 42.28%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#48BABD (or 0x48BABD) is known color: Viking. HEX triplet: 48, BA and BD. RGB value is (72,186,189). Sum of RGB (Red+Green+Blue) = 72+186+189=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #48BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BABD is #B74542. Grayscale: #989898. Windows color (decimal): -12010819 or 12433992. OLE color: 12433992.

HSL color Cylindrical-coordinate representation of color #48BABD: hue angle of 181.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BABD is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 186 189 -
CMYK 0.62 0.02 0 0.26
HSL 181.54º 0.47% 0.51% -
HSV(B) 181.54º 0.62% 0.74% -
XYZ 29.42 40.17 54.35 -
YUV 152.26 148.73 70.76 -
System Red Green Blue C M Y K H S L
Decimal 72 186 189 0.62 0.02 0 0.26 181.54 0.47 0.51
Hex 48 BA BD 3E 2 0 1A B6 2F 33
Octal 110 272 275 76 2 0 32 266 57 63
Binary 1001000 10111010 10111101 111110 10 0 11010 10110110 101111 110011

Color Harmonies of #48BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BABD

Black with #48BABD

Text Example


Text Example

White with #48BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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