Html Css Color HEX #47BBBA Viking

📋 copy color: '#47BBBA'

red 71 ◦ green 187 ◦ blue 186

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

Shades of Viking #47BBBA

Tints of Viking #47BBBA

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 71 187 186 -
CMYK 0.62 0 0.01 0.27
HSL 179.48º 0.46% 0.51% -
HSV(B) 179.48º 0.62% 0.73% -
XYZ 29.23 40.43 52.72 -
YUV 152.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 71 187 186 0.62 0 0.01 0.27 179.48 0.46 0.51
Hex 47 BB BA 3E 0 1 1B B3 2E 33
Octal 107 273 272 76 0 1 33 263 56 63
Binary 1000111 10111011 10111010 111110 0 1 11011 10110011 101110 110011

Color Harmonies of #47BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBBA

Black with #47BBBA

Text Example


Text Example

White with #47BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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