Html Css Color HEX #48B2BE Viking

📋 copy color: '#48B2BE'

red 72 ◦ green 178 ◦ blue 190

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

Shades of Viking #48B2BE

Tints of Viking #48B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

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

R = 16.36%
G = 40.45%
B = 43.18%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48B2BE (or 0x48B2BE) is known color: Viking. HEX triplet: 48, B2 and BE. RGB value is (72,178,190). Sum of RGB (Red+Green+Blue) = 72+178+190=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #48B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2BE is #B74D41. Grayscale: #939393. Windows color (decimal): -12012866 or 12497480. OLE color: 12497480.

HSL color Cylindrical-coordinate representation of color #48B2BE: hue angle of 186.1º 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 #48B2BE is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 178 190 -
CMYK 0.62 0.06 0 0.25
HSL 186.1º 0.48% 0.51% -
HSV(B) 186.1º 0.62% 0.75% -
XYZ 27.89 36.94 54.37 -
YUV 147.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 72 178 190 0.62 0.06 0 0.25 186.1 0.48 0.51
Hex 48 B2 BE 3E 6 0 19 BA 30 33
Octal 110 262 276 76 6 0 31 272 60 63
Binary 1001000 10110010 10111110 111110 110 0 11001 10111010 110000 110011

Color Harmonies of #48B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B2BE

Black with #48B2BE

Text Example


Text Example

White with #48B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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