Html Css Color HEX #3CBCC0 Viking

📋 copy color: '#3CBCC0'

red 60 ◦ green 188 ◦ blue 192

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

Shades of Viking #3CBCC0

Tints of Viking #3CBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 13.64%
G = 42.73%
B = 43.64%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CBCC0 (or 0x3CBCC0) is known color: Viking. HEX triplet: 3C, BC and C0. RGB value is (60,188,192). Sum of RGB (Red+Green+Blue) = 60+188+192=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #3CBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCC0 is #C3433F. Grayscale: #969696. Windows color (decimal): -12796736 or 12631100. OLE color: 12631100.

HSL color Cylindrical-coordinate representation of color #3CBCC0: hue angle of 181.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBCC0 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 188 192 -
CMYK 0.69 0.02 0 0.25
HSL 181.82º 0.52% 0.49% -
HSV(B) 181.82º 0.69% 0.75% -
XYZ 29.36 40.73 56.18 -
YUV 150.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 60 188 192 0.69 0.02 0 0.25 181.82 0.52 0.49
Hex 3C BC C0 45 2 0 19 B6 34 31
Octal 74 274 300 105 2 0 31 266 64 61
Binary 111100 10111100 11000000 1000101 10 0 11001 10110110 110100 110001

Color Harmonies of #3CBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCC0

Black with #3CBCC0

Text Example


Text Example

White with #3CBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,192); }

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

background-color css

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

 a { background-color: rgb(60,188,192); }

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

border-color css

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

 span { border-color: rgb(60,188,192); }

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