Html Css Color HEX #47BBC0 Viking

📋 copy color: '#47BBC0'

red 71 ◦ green 187 ◦ blue 192

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

Shades of Viking #47BBC0

Tints of Viking #47BBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 15.78%
G = 41.56%
B = 42.67%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47BBC0 (or 0x47BBC0) is known color: Viking. HEX triplet: 47, BB and C0. RGB value is (71,187,192). Sum of RGB (Red+Green+Blue) = 71+187+192=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #47BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBC0 is #B8443F. Grayscale: #989898. Windows color (decimal): -12076096 or 12630855. OLE color: 12630855.

HSL color Cylindrical-coordinate representation of color #47BBC0: hue angle of 182.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BBC0 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 187 192 -
CMYK 0.63 0.03 0 0.25
HSL 182.48º 0.49% 0.52% -
HSV(B) 182.48º 0.63% 0.75% -
XYZ 29.88 40.69 56.15 -
YUV 152.89 150.07 69.59 -
System Red Green Blue C M Y K H S L
Decimal 71 187 192 0.63 0.03 0 0.25 182.48 0.49 0.52
Hex 47 BB C0 3F 3 0 19 B6 31 34
Octal 107 273 300 77 3 0 31 266 61 64
Binary 1000111 10111011 11000000 111111 11 0 11001 10110110 110001 110100

Color Harmonies of #47BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBC0

Black with #47BBC0

Text Example


Text Example

White with #47BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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