Html Css Color HEX #47BBB7 Viking

📋 copy color: '#47BBB7'

red 71 ◦ green 187 ◦ blue 183

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

Shades of Viking #47BBB7

Tints of Viking #47BBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 16.1%
G = 42.4%
B = 41.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#47BBB7 (or 0x47BBB7) is known color: Viking. HEX triplet: 47, BB and B7. RGB value is (71,187,183). Sum of RGB (Red+Green+Blue) = 71+187+183=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBB7 is #B84448. Grayscale: #979797. Windows color (decimal): -12076105 or 12041031. OLE color: 12041031.

HSL color Cylindrical-coordinate representation of color #47BBB7: hue angle of 177.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BBB7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 187 183 -
CMYK 0.62 0 0.02 0.27
HSL 177.93º 0.46% 0.51% -
HSV(B) 177.93º 0.62% 0.73% -
XYZ 28.92 40.3 51.05 -
YUV 151.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 71 187 183 0.62 0 0.02 0.27 177.93 0.46 0.51
Hex 47 BB B7 3E 0 2 1B B2 2E 33
Octal 107 273 267 76 0 2 33 262 56 63
Binary 1000111 10111011 10110111 111110 0 10 11011 10110010 101110 110011

Color Harmonies of #47BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBB7

Black with #47BBB7

Text Example


Text Example

White with #47BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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