Html Css Color HEX #3EACBB Viking

📋 copy color: '#3EACBB'

red 62 ◦ green 172 ◦ blue 187

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

Shades of Viking #3EACBB

Tints of Viking #3EACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

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

R = 14.73%
G = 40.86%
B = 44.42%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3EACBB (or 0x3EACBB) is known color: Viking. HEX triplet: 3E, AC and BB. RGB value is (62,172,187). Sum of RGB (Red+Green+Blue) = 62+172+187=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EACBB is #C15344. Grayscale: #8C8C8C. Windows color (decimal): -12669765 or 12299326. OLE color: 12299326.

HSL color Cylindrical-coordinate representation of color #3EACBB: hue angle of 187.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EACBB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 172 187 -
CMYK 0.67 0.08 0 0.27
HSL 187.2º 0.5% 0.49% -
HSV(B) 187.2º 0.67% 0.73% -
XYZ 25.71 34.12 52.24 -
YUV 140.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 62 172 187 0.67 0.08 0 0.27 187.2 0.5 0.49
Hex 3E AC BB 43 8 0 1B BB 32 31
Octal 76 254 273 103 10 0 33 273 62 61
Binary 111110 10101100 10111011 1000011 1000 0 11011 10111011 110010 110001

Color Harmonies of #3EACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EACBB

Black with #3EACBB

Text Example


Text Example

White with #3EACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,172,187); }

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

background-color css

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

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

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

border-color css

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

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

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