Html Css Color HEX #3CB0C0 Viking

📋 copy color: '#3CB0C0'

red 60 ◦ green 176 ◦ blue 192

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

Shades of Viking #3CB0C0

Tints of Viking #3CB0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

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

R = 14.02%
G = 41.12%
B = 44.86%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CB0C0 (or 0x3CB0C0) is known color: Viking. HEX triplet: 3C, B0 and C0. RGB value is (60,176,192). Sum of RGB (Red+Green+Blue) = 60+176+192=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #3CB0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB0C0 is #C34F3F. Grayscale: #8E8E8E. Windows color (decimal): -12799808 or 12628028. OLE color: 12628028.

HSL color Cylindrical-coordinate representation of color #3CB0C0: hue angle of 187.27º 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 #3CB0C0 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 176 192 -
CMYK 0.69 0.08 0 0.25
HSL 187.27º 0.52% 0.49% -
HSV(B) 187.27º 0.69% 0.75% -
XYZ 26.9 35.82 55.36 -
YUV 143.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 60 176 192 0.69 0.08 0 0.25 187.27 0.52 0.49
Hex 3C B0 C0 45 8 0 19 BB 34 31
Octal 74 260 300 105 10 0 31 273 64 61
Binary 111100 10110000 11000000 1000101 1000 0 11001 10111011 110100 110001

Color Harmonies of #3CB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB0C0

Black with #3CB0C0

Text Example


Text Example

White with #3CB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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