Html Css Color HEX #48BDC0 Viking

📋 copy color: '#48BDC0'

red 72 ◦ green 189 ◦ blue 192

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

Shades of Viking #48BDC0

Tints of Viking #48BDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 15.89%
G = 41.72%
B = 42.38%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48BDC0 (or 0x48BDC0) is known color: Viking. HEX triplet: 48, BD and C0. RGB value is (72,189,192). Sum of RGB (Red+Green+Blue) = 72+189+192=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #48BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDC0 is #B7423F. Grayscale: #9A9A9A. Windows color (decimal): -12010048 or 12631368. OLE color: 12631368.

HSL color Cylindrical-coordinate representation of color #48BDC0: hue angle of 181.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BDC0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 189 192 -
CMYK 0.63 0.02 0 0.25
HSL 181.5º 0.49% 0.52% -
HSV(B) 181.5º 0.63% 0.75% -
XYZ 30.38 41.58 56.29 -
YUV 154.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 72 189 192 0.63 0.02 0 0.25 181.5 0.49 0.52
Hex 48 BD C0 3F 2 0 19 B6 31 34
Octal 110 275 300 77 2 0 31 266 61 64
Binary 1001000 10111101 11000000 111111 10 0 11001 10110110 110001 110100

Color Harmonies of #48BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDC0

Black with #48BDC0

Text Example


Text Example

White with #48BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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