Html Css Color HEX #47BCBB Viking

📋 copy color: '#47BCBB'

red 71 ◦ green 188 ◦ blue 187

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

Shades of Viking #47BCBB

Tints of Viking #47BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 15.92%
G = 42.15%
B = 41.93%

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

#47BCBB (or 0x47BCBB) is known color: Viking. HEX triplet: 47, BC and BB. RGB value is (71,188,187). Sum of RGB (Red+Green+Blue) = 71+188+187=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCBB is #B84344. Grayscale: #989898. Windows color (decimal): -12075845 or 12303431. OLE color: 12303431.

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

Color convert

RGB 71 188 187 -
CMYK 0.62 0 0.01 0.26
HSL 179.49º 0.47% 0.51% -
HSV(B) 179.49º 0.62% 0.74% -
XYZ 29.55 40.89 53.35 -
YUV 152.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 71 188 187 0.62 0 0.01 0.26 179.49 0.47 0.51
Hex 47 BC BB 3E 0 1 1A B3 2F 33
Octal 107 274 273 76 0 1 32 263 57 63
Binary 1000111 10111100 10111011 111110 0 1 11010 10110011 101111 110011

Color Harmonies of #47BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCBB

Black with #47BCBB

Text Example


Text Example

White with #47BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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