Html Css Color HEX #47BABB Viking

📋 copy color: '#47BABB'

red 71 ◦ green 186 ◦ blue 187

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

Shades of Viking #47BABB

Tints of Viking #47BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

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

R = 15.99%
G = 41.89%
B = 42.12%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47BABB (or 0x47BABB) is known color: Viking. HEX triplet: 47, BA and BB. RGB value is (71,186,187). Sum of RGB (Red+Green+Blue) = 71+186+187=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #47BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BABB is #B84544. Grayscale: #979797. Windows color (decimal): -12076357 or 12302919. OLE color: 12302919.

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

Color convert

RGB 71 186 187 -
CMYK 0.62 0.01 0 0.27
HSL 180.52º 0.46% 0.51% -
HSV(B) 180.52º 0.62% 0.73% -
XYZ 29.13 40.05 53.21 -
YUV 151.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 71 186 187 0.62 0.01 0 0.27 180.52 0.46 0.51
Hex 47 BA BB 3E 1 0 1B B5 2E 33
Octal 107 272 273 76 1 0 33 265 56 63
Binary 1000111 10111010 10111011 111110 1 0 11011 10110101 101110 110011

Color Harmonies of #47BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BABB

Black with #47BABB

Text Example


Text Example

White with #47BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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