Html Css Color HEX #48ADBB Viking

📋 copy color: '#48ADBB'

red 72 ◦ green 173 ◦ blue 187

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

Shades of Viking #48ADBB

Tints of Viking #48ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 16.67%
G = 40.05%
B = 43.29%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#48ADBB (or 0x48ADBB) is known color: Viking. HEX triplet: 48, AD and BB. RGB value is (72,173,187). Sum of RGB (Red+Green+Blue) = 72+173+187=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #48ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADBB is #B75244. Grayscale: #909090. Windows color (decimal): -12014149 or 12299592. OLE color: 12299592.

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

Color convert

RGB 72 173 187 -
CMYK 0.61 0.07 0 0.27
HSL 187.3º 0.46% 0.51% -
HSV(B) 187.3º 0.61% 0.73% -
XYZ 26.59 34.85 52.34 -
YUV 144.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 72 173 187 0.61 0.07 0 0.27 187.3 0.46 0.51
Hex 48 AD BB 3D 7 0 1B BB 2E 33
Octal 110 255 273 75 7 0 33 273 56 63
Binary 1001000 10101101 10111011 111101 111 0 11011 10111011 101110 110011

Color Harmonies of #48ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADBB

Black with #48ADBB

Text Example


Text Example

White with #48ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,187); }

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

background-color css

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

 a { background-color: rgb(72,173,187); }

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

border-color css

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

 span { border-color: rgb(72,173,187); }

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