Html Css Color HEX #47BEBF Viking

📋 copy color: '#47BEBF'

red 71 ◦ green 190 ◦ blue 191

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

Shades of Viking #47BEBF

Tints of Viking #47BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 15.71%
G = 42.04%
B = 42.26%

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

#47BEBF (or 0x47BEBF) is known color: Viking. HEX triplet: 47, BE and BF. RGB value is (71,190,191). Sum of RGB (Red+Green+Blue) = 71+190+191=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #47BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEBF is #B84140. Grayscale: #9A9A9A. Windows color (decimal): -12075329 or 12566087. OLE color: 12566087.

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

Color convert

RGB 71 190 191 -
CMYK 0.63 0.01 0 0.25
HSL 180.5º 0.48% 0.51% -
HSV(B) 180.5º 0.63% 0.75% -
XYZ 30.42 41.93 55.78 -
YUV 154.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 71 190 191 0.63 0.01 0 0.25 180.5 0.48 0.51
Hex 47 BE BF 3F 1 0 19 B4 30 33
Octal 107 276 277 77 1 0 31 264 60 63
Binary 1000111 10111110 10111111 111111 1 0 11001 10110100 110000 110011

Color Harmonies of #47BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BEBF

Black with #47BEBF

Text Example


Text Example

White with #47BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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