Html Css Color HEX #3CBEC5 Viking

📋 copy color: '#3CBEC5'

red 60 ◦ green 190 ◦ blue 197

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

Shades of Viking #3CBEC5

Tints of Viking #3CBEC5

RGB

 RED value IS 60 (23.83% from 255) = 13.42%

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

 BLUE value IS 197 (77.34% from 255) = 44.07%

R = 13.42%
G = 42.51%
B = 44.07%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3CBEC5 (or 0x3CBEC5) is known color: Viking. HEX triplet: 3C, BE and C5. RGB value is (60,190,197). Sum of RGB (Red+Green+Blue) = 60+190+197=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #3CBEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEC5 is #C3413A. Grayscale: #979797. Windows color (decimal): -12796219 or 12959292. OLE color: 12959292.

HSL color Cylindrical-coordinate representation of color #3CBEC5: hue angle of 183.07º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBEC5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 190 197 -
CMYK 0.70 0.04 0 0.23
HSL 183.07º 0.54% 0.5% -
HSV(B) 183.07º 0.7% 0.77% -
XYZ 30.35 41.82 59.3 -
YUV 151.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 60 190 197 0.70 0.04 0 0.23 183.07 0.54 0.5
Hex 3C BE C5 46 4 0 17 B7 36 32
Octal 74 276 305 106 4 0 27 267 66 62
Binary 111100 10111110 11000101 1000110 100 0 10111 10110111 110110 110010

Color Harmonies of #3CBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEC5

Black with #3CBEC5

Text Example


Text Example

White with #3CBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,197); }

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

background-color css

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

 a { background-color: rgb(60,190,197); }

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

border-color css

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

 span { border-color: rgb(60,190,197); }

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