Html Css Color HEX #48BDBF Viking

📋 copy color: '#48BDBF'

red 72 ◦ green 189 ◦ blue 191

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

Shades of Viking #48BDBF

Tints of Viking #48BDBF

RGB

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

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

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

R = 15.93%
G = 41.81%
B = 42.26%

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

#48BDBF (or 0x48BDBF) is known color: Viking. HEX triplet: 48, BD and BF. RGB value is (72,189,191). Sum of RGB (Red+Green+Blue) = 72+189+191=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #48BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDBF is #B74240. Grayscale: #9A9A9A. Windows color (decimal): -12010049 or 12565832. OLE color: 12565832.

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

Color convert

RGB 72 189 191 -
CMYK 0.62 0.01 0 0.25
HSL 181.01º 0.48% 0.52% -
HSV(B) 181.01º 0.62% 0.75% -
XYZ 30.27 41.53 55.71 -
YUV 154.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 72 189 191 0.62 0.01 0 0.25 181.01 0.48 0.52
Hex 48 BD BF 3E 1 0 19 B5 30 34
Octal 110 275 277 76 1 0 31 265 60 64
Binary 1001000 10111101 10111111 111110 1 0 11001 10110101 110000 110100

Color Harmonies of #48BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDBF

Black with #48BDBF

Text Example


Text Example

White with #48BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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