Html Css Color HEX #3EBECE Viking

📋 copy color: '#3EBECE'

red 62 ◦ green 190 ◦ blue 206

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

Shades of Viking #3EBECE

Tints of Viking #3EBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.48%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 13.54%
G = 41.48%
B = 44.98%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3EBECE (or 0x3EBECE) is known color: Viking. HEX triplet: 3E, BE and CE. RGB value is (62,190,206). Sum of RGB (Red+Green+Blue) = 62+190+206=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #3EBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBECE is #C14131. Grayscale: #999999. Windows color (decimal): -12665138 or 13549118. OLE color: 13549118.

HSL color Cylindrical-coordinate representation of color #3EBECE: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBECE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 190 206 -
CMYK 0.70 0.08 0 0.19
HSL 186.67º 0.6% 0.53% -
HSV(B) 186.67º 0.7% 0.81% -
XYZ 31.54 42.31 64.9 -
YUV 153.55 157.59 62.7 -
System Red Green Blue C M Y K H S L
Decimal 62 190 206 0.70 0.08 0 0.19 186.67 0.6 0.53
Hex 3E BE CE 46 8 0 13 BB 3C 35
Octal 76 276 316 106 10 0 23 273 74 65
Binary 111110 10111110 11001110 1000110 1000 0 10011 10111011 111100 110101

Color Harmonies of #3EBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBECE

Black with #3EBECE

Text Example


Text Example

White with #3EBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,190,206); }

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

background-color css

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

 a { background-color: rgb(62,190,206); }

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

border-color css

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

 span { border-color: rgb(62,190,206); }

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