Html Css Color HEX #48BDBE Viking

📋 copy color: '#48BDBE'

red 72 ◦ green 189 ◦ blue 190

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

Shades of Viking #48BDBE

Tints of Viking #48BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 15.96%
G = 41.91%
B = 42.13%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48BDBE (or 0x48BDBE) is known color: Viking. HEX triplet: 48, BD and BE. RGB value is (72,189,190). Sum of RGB (Red+Green+Blue) = 72+189+190=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #48BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDBE is #B74241. Grayscale: #9A9A9A. Windows color (decimal): -12010050 or 12500296. OLE color: 12500296.

HSL color Cylindrical-coordinate representation of color #48BDBE: hue angle of 180.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BDBE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 189 190 -
CMYK 0.62 0.01 0 0.25
HSL 180.51º 0.48% 0.51% -
HSV(B) 180.51º 0.62% 0.75% -
XYZ 30.16 41.49 55.13 -
YUV 154.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 72 189 190 0.62 0.01 0 0.25 180.51 0.48 0.51
Hex 48 BD BE 3E 1 0 19 B5 30 33
Octal 110 275 276 76 1 0 31 265 60 63
Binary 1001000 10111101 10111110 111110 1 0 11001 10110101 110000 110011

Color Harmonies of #48BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDBE

Black with #48BDBE

Text Example


Text Example

White with #48BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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