Html Css Color HEX #47B9BA Viking

📋 copy color: '#47B9BA'

red 71 ◦ green 185 ◦ blue 186

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

Shades of Viking #47B9BA

Tints of Viking #47B9BA

RGB

 RED value IS 71 (28.13% from 255) = 16.06%

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 16.06%
G = 41.86%
B = 42.08%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47B9BA (or 0x47B9BA) is known color: Viking. HEX triplet: 47, B9 and BA. RGB value is (71,185,186). Sum of RGB (Red+Green+Blue) = 71+185+186=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #47B9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B9BA is #B84645. Grayscale: #969696. Windows color (decimal): -12076614 or 12237127. OLE color: 12237127.

HSL color Cylindrical-coordinate representation of color #47B9BA: hue angle of 180.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B9BA is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 185 186 -
CMYK 0.62 0.01 0 0.27
HSL 180.52º 0.45% 0.5% -
HSV(B) 180.52º 0.62% 0.73% -
XYZ 28.81 39.58 52.58 -
YUV 151.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 71 185 186 0.62 0.01 0 0.27 180.52 0.45 0.5
Hex 47 B9 BA 3E 1 0 1B B5 2D 32
Octal 107 271 272 76 1 0 33 265 55 62
Binary 1000111 10111001 10111010 111110 1 0 11011 10110101 101101 110010

Color Harmonies of #47B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B9BA

Black with #47B9BA

Text Example


Text Example

White with #47B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47B9BA; }

 p { color: rgb(71,185,186); }

 H1.HeaderClassName
 {
   color: #47B9BA;
 }
 .AnyTagClassName
 {
   color: #47B9BA;
 }
</style>

background-color css

<style>
 a { background-color: #47B9BA; }

 a { background-color: rgb(71,185,186); }

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

border-color css

<style>
 span { border-color: #47B9BA; }

 span { border-color: rgb(71,185,186); }

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