Html Css Color HEX #47BABA Viking

📋 copy color: '#47BABA'

red 71 ◦ green 186 ◦ blue 186

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

Shades of Viking #47BABA

Tints of Viking #47BABA

RGB

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

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

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

R = 16.03%
G = 41.99%
B = 41.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47BABA (or 0x47BABA) is known color: Viking. HEX triplet: 47, BA and BA. RGB value is (71,186,186). Sum of RGB (Red+Green+Blue) = 71+186+186=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #47BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BABA is #B84545. Grayscale: #979797. Windows color (decimal): -12076358 or 12237383. OLE color: 12237383.

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

Color convert

RGB 71 186 186 -
CMYK 0.62 0 0 0.27
HSL 180º 0.45% 0.5% -
HSV(B) 180º 0.62% 0.73% -
XYZ 29.02 40 52.65 -
YUV 151.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 71 186 186 0.62 0 0 0.27 180 0.45 0.5
Hex 47 BA BA 3E 0 0 1B B4 2D 32
Octal 107 272 272 76 0 0 33 264 55 62
Binary 1000111 10111010 10111010 111110 0 0 11011 10110100 101101 110010

Color Harmonies of #47BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BABA

Black with #47BABA

Text Example


Text Example

White with #47BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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