Html Css Color HEX #48BABF Viking

📋 copy color: '#48BABF'

red 72 ◦ green 186 ◦ blue 191

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

Shades of Viking #48BABF

Tints of Viking #48BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 16.04%
G = 41.43%
B = 42.54%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48BABF (or 0x48BABF) is known color: Viking. HEX triplet: 48, BA and BF. RGB value is (72,186,191). Sum of RGB (Red+Green+Blue) = 72+186+191=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #48BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BABF is #B74540. Grayscale: #989898. Windows color (decimal): -12010817 or 12565064. OLE color: 12565064.

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

Color convert

RGB 72 186 191 -
CMYK 0.62 0.03 0 0.25
HSL 182.52º 0.48% 0.52% -
HSV(B) 182.52º 0.62% 0.75% -
XYZ 29.64 40.26 55.5 -
YUV 152.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 72 186 191 0.62 0.03 0 0.25 182.52 0.48 0.52
Hex 48 BA BF 3E 3 0 19 B7 30 34
Octal 110 272 277 76 3 0 31 267 60 64
Binary 1001000 10111010 10111111 111110 11 0 11001 10110111 110000 110100

Color Harmonies of #48BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BABF

Black with #48BABF

Text Example


Text Example

White with #48BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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