Html Css Color HEX #3FA6B6 Viking

📋 copy color: '#3FA6B6'

red 63 ◦ green 166 ◦ blue 182

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

Shades of Viking #3FA6B6

Tints of Viking #3FA6B6

RGB

 RED value IS 63 (25% from 255) = 15.33%

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 15.33%
G = 40.39%
B = 44.28%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3FA6B6 (or 0x3FA6B6) is known color: Viking. HEX triplet: 3F, A6 and B6. RGB value is (63,166,182). Sum of RGB (Red+Green+Blue) = 63+166+182=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #3FA6B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA6B6 is #C05949. Grayscale: #888888. Windows color (decimal): -12605770 or 11970111. OLE color: 11970111.

HSL color Cylindrical-coordinate representation of color #3FA6B6: hue angle of 188.07º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA6B6 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 166 182 -
CMYK 0.65 0.09 0 0.29
HSL 188.07º 0.49% 0.48% -
HSV(B) 188.07º 0.65% 0.71% -
XYZ 24.13 31.71 49.1 -
YUV 137.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 63 166 182 0.65 0.09 0 0.29 188.07 0.49 0.48
Hex 3F A6 B6 41 9 0 1D BC 31 30
Octal 77 246 266 101 11 0 35 274 61 60
Binary 111111 10100110 10110110 1000001 1001 0 11101 10111100 110001 110000

Color Harmonies of #3FA6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA6B6

Black with #3FA6B6

Text Example


Text Example

White with #3FA6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FA6B6; }

 p { color: rgb(63,166,182); }

 H1.HeaderClassName
 {
   color: #3FA6B6;
 }
 .AnyTagClassName
 {
   color: #3FA6B6;
 }
</style>

background-color css

<style>
 a { background-color: #3FA6B6; }

 a { background-color: rgb(63,166,182); }

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

border-color css

<style>
 span { border-color: #3FA6B6; }

 span { border-color: rgb(63,166,182); }

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