Html Css Color HEX #47BABF Viking

📋 copy color: '#47BABF'

red 71 ◦ green 186 ◦ blue 191

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

Shades of Viking #47BABF

Tints of Viking #47BABF

RGB

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

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

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

R = 15.85%
G = 41.52%
B = 42.63%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47BABF (or 0x47BABF) is known color: Viking. HEX triplet: 47, BA and BF. RGB value is (71,186,191). Sum of RGB (Red+Green+Blue) = 71+186+191=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #47BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BABF is #B84540. Grayscale: #989898. Windows color (decimal): -12076353 or 12565063. OLE color: 12565063.

HSL color Cylindrical-coordinate representation of color #47BABF: hue angle of 182.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BABF is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 186 191 -
CMYK 0.63 0.03 0 0.25
HSL 182.5º 0.48% 0.51% -
HSV(B) 182.5º 0.63% 0.75% -
XYZ 29.56 40.22 55.5 -
YUV 152.19 149.9 70.09 -
System Red Green Blue C M Y K H S L
Decimal 71 186 191 0.63 0.03 0 0.25 182.5 0.48 0.51
Hex 47 BA BF 3F 3 0 19 B6 30 33
Octal 107 272 277 77 3 0 31 266 60 63
Binary 1000111 10111010 10111111 111111 11 0 11001 10110110 110000 110011

Color Harmonies of #47BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BABF

Black with #47BABF

Text Example


Text Example

White with #47BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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