Html Css Color HEX #47BAB5 Viking

📋 copy color: '#47BAB5'

red 71 ◦ green 186 ◦ blue 181

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

Shades of Viking #47BAB5

Tints of Viking #47BAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 16.21%
G = 42.47%
B = 41.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#47BAB5 (or 0x47BAB5) is known color: Viking. HEX triplet: 47, BA and B5. RGB value is (71,186,181). Sum of RGB (Red+Green+Blue) = 71+186+181=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAB5 is #B8454A. Grayscale: #969696. Windows color (decimal): -12076363 or 11909703. OLE color: 11909703.

HSL color Cylindrical-coordinate representation of color #47BAB5: hue angle of 177.39º 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 #47BAB5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 186 181 -
CMYK 0.62 0 0.03 0.27
HSL 177.39º 0.45% 0.5% -
HSV(B) 177.39º 0.62% 0.73% -
XYZ 28.5 39.79 49.9 -
YUV 151.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 71 186 181 0.62 0 0.03 0.27 177.39 0.45 0.5
Hex 47 BA B5 3E 0 3 1B B1 2D 32
Octal 107 272 265 76 0 3 33 261 55 62
Binary 1000111 10111010 10110101 111110 0 11 11011 10110001 101101 110010

Color Harmonies of #47BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BAB5

Black with #47BAB5

Text Example


Text Example

White with #47BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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