Html Css Color HEX #3EADC6 Viking

📋 copy color: '#3EADC6'

red 62 ◦ green 173 ◦ blue 198

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

Shades of Viking #3EADC6

Tints of Viking #3EADC6

RGB

 RED value IS 62 (24.61% from 255) = 14.32%

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 198 (77.73% from 255) = 45.73%

R = 14.32%
G = 39.95%
B = 45.73%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3EADC6 (or 0x3EADC6) is known color: Viking. HEX triplet: 3E, AD and C6. RGB value is (62,173,198). Sum of RGB (Red+Green+Blue) = 62+173+198=433 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.32% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #3EADC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADC6 is #C15239. Grayscale: #8E8E8E. Windows color (decimal): -12669498 or 13020478. OLE color: 13020478.

HSL color Cylindrical-coordinate representation of color #3EADC6: hue angle of 191.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EADC6 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 62 173 198 -
CMYK 0.69 0.13 0 0.22
HSL 191.03º 0.54% 0.51% -
HSV(B) 191.03º 0.69% 0.78% -
XYZ 27.12 34.99 58.75 -
YUV 142.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 62 173 198 0.69 0.13 0 0.22 191.03 0.54 0.51
Hex 3E AD C6 45 D 0 16 BF 36 33
Octal 76 255 306 105 15 0 26 277 66 63
Binary 111110 10101101 11000110 1000101 1101 0 10110 10111111 110110 110011

Color Harmonies of #3EADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EADC6

Black with #3EADC6

Text Example


Text Example

White with #3EADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,173,198); }

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

background-color css

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

 a { background-color: rgb(62,173,198); }

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

border-color css

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

 span { border-color: rgb(62,173,198); }

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