Html Css Color HEX #48BBBA Viking

📋 copy color: '#48BBBA'

red 72 ◦ green 187 ◦ blue 186

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

Shades of Viking #48BBBA

Tints of Viking #48BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

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

R = 16.18%
G = 42.02%
B = 41.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#48BBBA (or 0x48BBBA) is known color: Viking. HEX triplet: 48, BB and BA. RGB value is (72,187,186). Sum of RGB (Red+Green+Blue) = 72+187+186=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBBA is #B74445. Grayscale: #989898. Windows color (decimal): -12010566 or 12237640. OLE color: 12237640.

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

Color convert

RGB 72 187 186 -
CMYK 0.61 0 0.01 0.27
HSL 179.48º 0.46% 0.51% -
HSV(B) 179.48º 0.61% 0.73% -
XYZ 29.31 40.46 52.72 -
YUV 152.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 72 187 186 0.61 0 0.01 0.27 179.48 0.46 0.51
Hex 48 BB BA 3D 0 1 1B B3 2E 33
Octal 110 273 272 75 0 1 33 263 56 63
Binary 1001000 10111011 10111010 111101 0 1 11011 10110011 101110 110011

Color Harmonies of #48BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBBA

Black with #48BBBA

Text Example


Text Example

White with #48BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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