Html Css Color HEX #48BABA Viking

📋 copy color: '#48BABA'

red 72 ◦ green 186 ◦ blue 186

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

Shades of Viking #48BABA

Tints of Viking #48BABA

RGB

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

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

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

R = 16.22%
G = 41.89%
B = 41.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#48BABA (or 0x48BABA) is known color: Viking. HEX triplet: 48, BA and BA. RGB value is (72,186,186). Sum of RGB (Red+Green+Blue) = 72+186+186=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #48BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BABA is #B74545. Grayscale: #979797. Windows color (decimal): -12010822 or 12237384. OLE color: 12237384.

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

Color convert

RGB 72 186 186 -
CMYK 0.61 0 0 0.27
HSL 180º 0.45% 0.51% -
HSV(B) 180º 0.61% 0.73% -
XYZ 29.09 40.04 52.65 -
YUV 151.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 72 186 186 0.61 0 0 0.27 180 0.45 0.51
Hex 48 BA BA 3D 0 0 1B B4 2D 33
Octal 110 272 272 75 0 0 33 264 55 63
Binary 1001000 10111010 10111010 111101 0 0 11011 10110100 101101 110011

Color Harmonies of #48BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BABA

Black with #48BABA

Text Example


Text Example

White with #48BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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