Html Css Color HEX #47BDBF Viking

📋 copy color: '#47BDBF'

red 71 ◦ green 189 ◦ blue 191

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

Shades of Viking #47BDBF

Tints of Viking #47BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

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

R = 15.74%
G = 41.91%
B = 42.35%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47BDBF (or 0x47BDBF) is known color: Viking. HEX triplet: 47, BD and BF. RGB value is (71,189,191). Sum of RGB (Red+Green+Blue) = 71+189+191=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #47BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDBF is #B84240. Grayscale: #999999. Windows color (decimal): -12075585 or 12565831. OLE color: 12565831.

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

Color convert

RGB 71 189 191 -
CMYK 0.63 0.01 0 0.25
HSL 181º 0.48% 0.51% -
HSV(B) 181º 0.63% 0.75% -
XYZ 30.2 41.5 55.71 -
YUV 153.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 71 189 191 0.63 0.01 0 0.25 181 0.48 0.51
Hex 47 BD BF 3F 1 0 19 B5 30 33
Octal 107 275 277 77 1 0 31 265 60 63
Binary 1000111 10111101 10111111 111111 1 0 11001 10110101 110000 110011

Color Harmonies of #47BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDBF

Black with #47BDBF

Text Example


Text Example

White with #47BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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