Html Css Color HEX #48BFC9 Viking

📋 copy color: '#48BFC9'

red 72 ◦ green 191 ◦ blue 201

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

Shades of Viking #48BFC9

Tints of Viking #48BFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 15.52%
G = 41.16%
B = 43.32%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#48BFC9 (or 0x48BFC9) is known color: Viking. HEX triplet: 48, BF and C9. RGB value is (72,191,201). Sum of RGB (Red+Green+Blue) = 72+191+201=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #48BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFC9 is #B74036. Grayscale: #9C9C9C. Windows color (decimal): -12009527 or 13221704. OLE color: 13221704.

HSL color Cylindrical-coordinate representation of color #48BFC9: hue angle of 184.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BFC9 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 191 201 -
CMYK 0.64 0.05 0 0.21
HSL 184.65º 0.54% 0.54% -
HSV(B) 184.65º 0.64% 0.79% -
XYZ 31.85 42.86 61.85 -
YUV 156.56 153.08 67.69 -
System Red Green Blue C M Y K H S L
Decimal 72 191 201 0.64 0.05 0 0.21 184.65 0.54 0.54
Hex 48 BF C9 40 5 0 15 B9 36 36
Octal 110 277 311 100 5 0 25 271 66 66
Binary 1001000 10111111 11001001 1000000 101 0 10101 10111001 110110 110110

Color Harmonies of #48BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFC9

Black with #48BFC9

Text Example


Text Example

White with #48BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,201); }

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

background-color css

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

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

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

border-color css

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

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

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