Html Css Color HEX #47BBBB Viking

📋 copy color: '#47BBBB'

red 71 ◦ green 187 ◦ blue 187

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

Shades of Viking #47BBBB

Tints of Viking #47BBBB

RGB

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

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

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

R = 15.96%
G = 42.02%
B = 42.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47BBBB (or 0x47BBBB) is known color: Viking. HEX triplet: 47, BB and BB. RGB value is (71,187,187). Sum of RGB (Red+Green+Blue) = 71+187+187=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #47BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBBB is #B84444. Grayscale: #989898. Windows color (decimal): -12076101 or 12303175. OLE color: 12303175.

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

Color convert

RGB 71 187 187 -
CMYK 0.62 0 0 0.27
HSL 180º 0.46% 0.51% -
HSV(B) 180º 0.62% 0.73% -
XYZ 29.34 40.47 53.28 -
YUV 152.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 71 187 187 0.62 0 0 0.27 180 0.46 0.51
Hex 47 BB BB 3E 0 0 1B B4 2E 33
Octal 107 273 273 76 0 0 33 264 56 63
Binary 1000111 10111011 10111011 111110 0 0 11011 10110100 101110 110011

Color Harmonies of #47BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBBB

Black with #47BBBB

Text Example


Text Example

White with #47BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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