Html Css Color HEX #47BCBA Viking

📋 copy color: '#47BCBA'

red 71 ◦ green 188 ◦ blue 186

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

Shades of Viking #47BCBA

Tints of Viking #47BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 15.96%
G = 42.25%
B = 41.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#47BCBA (or 0x47BCBA) is known color: Viking. HEX triplet: 47, BC and BA. RGB value is (71,188,186). Sum of RGB (Red+Green+Blue) = 71+188+186=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCBA is #B84345. Grayscale: #989898. Windows color (decimal): -12075846 or 12237895. OLE color: 12237895.

HSL color Cylindrical-coordinate representation of color #47BCBA: hue angle of 178.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCBA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 186 -
CMYK 0.62 0 0.01 0.26
HSL 178.97º 0.47% 0.51% -
HSV(B) 178.97º 0.62% 0.74% -
XYZ 29.44 40.85 52.79 -
YUV 152.79 146.74 69.66 -
System Red Green Blue C M Y K H S L
Decimal 71 188 186 0.62 0 0.01 0.26 178.97 0.47 0.51
Hex 47 BC BA 3E 0 1 1A B3 2F 33
Octal 107 274 272 76 0 1 32 263 57 63
Binary 1000111 10111100 10111010 111110 0 1 11010 10110011 101111 110011

Color Harmonies of #47BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCBA

Black with #47BCBA

Text Example


Text Example

White with #47BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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